View Source GoogleApi.StorageTransfer.V1.Model.GoogleServiceAccount (google_api_storage_transfer v0.36.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.