View Source GoogleApi.MigrationCenter.V1.Model.ReportConfigGroupPreferenceSetAssignment (google_api_migration_center v0.6.0)

Represents a combination of a group with a preference set.

Attributes

  • group (type: String.t, default: nil) - Required. Name of the group.
  • preferenceSet (type: String.t, default: nil) - Required. Name of the Preference Set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.MigrationCenter.V1.Model.ReportConfigGroupPreferenceSetAssignment{
    group: String.t() | nil,
    preferenceSet: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.