View Source GoogleApi.GKEHub.V1.Model.ListBoundMembershipsResponse (google_api_gke_hub v0.16.0)
List of Memberships bound to a Scope.
Attributes
-
memberships(type:list(GoogleApi.GKEHub.V1.Model.Membership.t), default:nil) - The list of Memberships bound to the given Scope. -
nextPageToken(type:String.t, default:nil) - A token to request the next page of resources from theListBoundMembershipsmethod. The value of an empty string means that there are no more resources to return. -
unreachable(type:list(String.t), default:nil) - List of locations that could not be reached while fetching this list.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.GKEHub.V1.Model.ListBoundMembershipsResponse{ memberships: [GoogleApi.GKEHub.V1.Model.Membership.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.