View Source GoogleApi.GKEHub.V1.Model.ListScopeNamespacesResponse (google_api_gke_hub v0.16.0)
List of fleet namespaces.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to request the next page of resources from theListNamespacesmethod. The value of an empty string means that there are no more resources to return. -
scopeNamespaces(type:list(GoogleApi.GKEHub.V1.Model.Namespace.t), default:nil) - The list of fleet namespaces
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ListScopeNamespacesResponse{ nextPageToken: String.t() | nil, scopeNamespaces: [GoogleApi.GKEHub.V1.Model.Namespace.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.