View Source GoogleApi.GKEHub.V1.Model.ListPermittedScopesResponse (google_api_gke_hub v0.16.0)

List of permitted Scopes.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to request the next page of resources from the ListPermittedScopes method. The value of an empty string means that there are no more resources to return.
  • scopes (type: list(GoogleApi.GKEHub.V1.Model.Scope.t), default: nil) - The list of permitted Scopes

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEHub.V1.Model.ListPermittedScopesResponse{
  nextPageToken: String.t() | nil,
  scopes: [GoogleApi.GKEHub.V1.Model.Scope.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.