public sealed class ReportConfig.Types.GroupPreferenceSetAssignment : IMessage<ReportConfig.Types.GroupPreferenceSetAssignment>, IEquatable<ReportConfig.Types.GroupPreferenceSetAssignment>, IDeepCloneable<ReportConfig.Types.GroupPreferenceSetAssignment>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportConfig.Types.GroupPreferenceSetAssignment.
Represents a combination of a group with a preference set.
Implements
IMessageReportConfigTypesGroupPreferenceSetAssignment, IEquatableReportConfigTypesGroupPreferenceSetAssignment, IDeepCloneableReportConfigTypesGroupPreferenceSetAssignment, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
GroupPreferenceSetAssignment()
public GroupPreferenceSetAssignment()
GroupPreferenceSetAssignment(GroupPreferenceSetAssignment)
public GroupPreferenceSetAssignment(ReportConfig.Types.GroupPreferenceSetAssignment other)
Parameter | |
---|---|
Name | Description |
other | ReportConfigTypesGroupPreferenceSetAssignment |
Properties
Group
public string Group { get; set; }
Required. Name of the group.
Property Value | |
---|---|
Type | Description |
string |
PreferenceSet
public string PreferenceSet { get; set; }
Required. Name of the Preference Set.
Property Value | |
---|---|
Type | Description |
string |