GoogleApi.AccessContextManager.V1.Model.ClientScope (google_api_access_context_manager v0.28.0)

View Source

Client scope represents the application, etc. subject to this binding's restrictions.

Attributes

  • restrictedClientApplication (type: GoogleApi.AccessContextManager.V1.Model.Application.t, default: nil) - Optional. The application that is subject to this binding's scope.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.ClientScope{
  restrictedClientApplication:
    GoogleApi.AccessContextManager.V1.Model.Application.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.