View Source GoogleApi.GKEHub.V1.Model.ListMembershipBindingsResponse (google_api_gke_hub v0.16.0)
List of MembershipBindings.
Attributes
-
membershipBindings(type:list(GoogleApi.GKEHub.V1.Model.MembershipBinding.t), default:nil) - The list of membership_bindings -
nextPageToken(type:String.t, default:nil) - A token to request the next page of resources from theListMembershipBindingsmethod. 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.ListMembershipBindingsResponse{ membershipBindings: [GoogleApi.GKEHub.V1.Model.MembershipBinding.t()] | nil, nextPageToken: String.t() | nil, unreachable: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.