GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse (google_api_access_context_manager v0.28.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.AccessContextManager.V1.Model.ListGcpUserAccessBindingsResponse{
    gcpUserAccessBindings:
      [GoogleApi.AccessContextManager.V1.Model.GcpUserAccessBinding.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.