View Source GoogleApi.AccessContextManager.V1.Model.AccessScope (google_api_access_context_manager v0.25.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.