GoogleApi.StorageTransfer.V1.Model.GoogleServiceAccount (google_api_storage_transfer v0.37.3)

View Source

Google service account

Attributes

  • accountEmail (type: String.t, default: nil) - Email address of the service account.
  • subjectId (type: String.t, default: nil) - Unique identifier for the service account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.StorageTransfer.V1.Model.GoogleServiceAccount{
  accountEmail: String.t() | nil,
  subjectId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.