GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse (google_api_access_context_manager v0.14.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse{ gcpUserAccessBindings: [ GoogleApi.AccessContextManager.V1.Model.GcpUserAccessBinding.t() ], nextPageToken: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.