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 document provides reference information for the `ReportConfig.Types.GroupPreferenceSetAssignment` class within the Google Cloud Migration Center v1 API."],["The `GroupPreferenceSetAssignment` class represents a pairing between a group and a preference set, which is used in migration configuration."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers two constructors: a default constructor and one that takes another `GroupPreferenceSetAssignment` object as a parameter."],["The class includes two key properties: `Group` and `PreferenceSet`, both of which are required string values that hold the names of the group and the preference set."]]],[]]