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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]