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

View Source

Access scope represents the client scope, etc. to which the settings will be applied to.

Attributes

  • clientScope (type: GoogleApi.AccessContextManager.V1.Model.ClientScope.t, default: nil) - Optional. Client scope for this access scope.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.