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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `ReportConfig.Types.GroupPreferenceSetAssignment` class within the Migration Center v1 API, representing a combination of a group and a preference set."],["The `GroupPreferenceSetAssignment` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data representation and manipulation."],["It offers two constructors: a default constructor and one that creates a new instance based on an existing `GroupPreferenceSetAssignment` object, allowing for easy duplication of assignments."],["The class includes two primary properties, `Group` and `PreferenceSet`, both of which are required and store string values representing the group and preference set names, respectively."],["This class is part of the `Google.Cloud.MigrationCenter.V1` namespace and is defined within the `Google.Cloud.MigrationCenter.V1.dll` assembly, making it a core component of the Migration Center API."]]],[]]