ReportConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)The groups and associated preference sets on which we can generate reports.
| Attributes | |
|---|---|
| Name | Description | 
| name | strOutput only. Name of resource. | 
| create_time | google.protobuf.timestamp_pb2.TimestampOutput only. The timestamp when the resource was created. | 
| update_time | google.protobuf.timestamp_pb2.TimestampOutput only. The timestamp when the resource was last updated. | 
| display_name | strUser-friendly display name. Maximum length is 63 characters. | 
| description | strFree-text description. | 
| group_preferenceset_assignments | MutableSequence[google.cloud.migrationcenter_v1.types.ReportConfig.GroupPreferenceSetAssignment]Required. Collection of combinations of groups and preference sets. | 
Classes
GroupPreferenceSetAssignment
GroupPreferenceSetAssignment(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)Represents a combination of a group with a preference set.