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

View Source

An application that accesses Google Cloud APIs.

Attributes

  • clientId (type: String.t, default: nil) - The OAuth client ID of the application.
  • name (type: String.t, default: nil) - The name of the application. Example: "Cloud Console"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AccessContextManager.V1.Model.Application{
  clientId: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.