View Source GoogleApi.MigrationCenter.V1.Model.ListPreferenceSetsResponse (google_api_migration_center v0.4.0)

Response message for listing preference sets.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token identifying a page of results the server should return.
  • preferenceSets (type: list(GoogleApi.MigrationCenter.V1.Model.PreferenceSet.t), default: nil) - The list of PreferenceSets
  • unreachable (type: list(String.t), default: nil) - Locations that could not be reached.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.ListPreferenceSetsResponse{
  nextPageToken: String.t() | nil,
  preferenceSets: [GoogleApi.MigrationCenter.V1.Model.PreferenceSet.t()] | nil,
  unreachable: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.