View Source GoogleApi.Batch.V1.Model.ServiceAccount (google_api_batch v0.6.0)

Carries information about a Google Cloud service account.

Attributes

  • email (type: String.t, default: nil) - Email address of the service account.
  • scopes (type: list(String.t), default: nil) - List of scopes to be enabled for this service account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.ServiceAccount{
  email: String.t() | nil,
  scopes: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.