View Source GoogleApi.AccessContextManager.V1.Model.ClientScope (google_api_access_context_manager v0.26.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.