Migration Center v1 API - Class ReportConfig.Types.GroupPreferenceSetAssignment (1.4.0)

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.

Inheritance

object > ReportConfig.Types.GroupPreferenceSetAssignment

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

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

GroupAsGroupName

public GroupName GroupAsGroupName { get; set; }

GroupName-typed view over the Group resource name property.

Property Value
Type Description
GroupName

PreferenceSet

public string PreferenceSet { get; set; }

Required. Name of the Preference Set.

Property Value
Type Description
string

PreferenceSetAsPreferenceSetName

public PreferenceSetName PreferenceSetAsPreferenceSetName { get; set; }

PreferenceSetName-typed view over the PreferenceSet resource name property.

Property Value
Type Description
PreferenceSetName