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 page provides reference documentation for the `ReportConfig.Types.GroupPreferenceSetAssignment` class within the Google Cloud Migration Center v1 API."],["The `GroupPreferenceSetAssignment` class represents a combination of a group and a preference set, used within the Migration Center API."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with the relevant protocols."],["The class has two string properties, `Group` and `PreferenceSet`, which represent the names of the group and preference set respectively, and both are required."],["There are two constructors available for creating a `GroupPreferenceSetAssignment` object, the first is the default empty constructor, and the second allows you to create it from an existing `ReportConfig.Types.GroupPreferenceSetAssignment` instance."]]],[]]