View Source GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse (google_api_access_context_manager v0.25.0)
Response of ListGcpUserAccessBindings.
Attributes
-
gcpUserAccessBindings(type:list(GoogleApi.AccessContextManager.V1.Model.GcpUserAccessBinding.t), default:nil) - GcpUserAccessBinding -
nextPageToken(type:String.t, default:nil) - Token to get the next page of items. If blank, there are no more items.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse{ gcpUserAccessBindings: [GoogleApi.AccessContextManager.V1.Model.GcpUserAccessBinding.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.