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, a part of the Google Cloud Migration Center v1 API, specifically version 1.2.0."],["The `GroupPreferenceSetAssignment` class represents a pairing of a group and a preference set within the Migration Center API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `object`."],["The class includes two constructors: a default constructor, `GroupPreferenceSetAssignment()`, and a copy constructor, `GroupPreferenceSetAssignment(GroupPreferenceSetAssignment)`, for creating new instances."],["`GroupPreferenceSetAssignment` has two key properties, `Group` and `PreferenceSet`, both strings and both of which are required, representing the group name and the preference set name, respectively."]]],[]]