View Source GoogleApi.Compute.V1.Model.InstancesSetServiceAccountRequest (google_api_compute v0.56.2)

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.