View Source GoogleApi.Batch.V1.Model.AgentTaskUserAccount (google_api_batch v0.6.2)

AgentTaskUserAccount contains the information of a POSIX account on the guest os which is used to execute the runnables.

Attributes

  • gid (type: String.t, default: nil) - gid id an unique identifier of the POSIX account group corresponding to the user account.
  • uid (type: String.t, default: nil) - uid is an unique identifier of the POSIX account corresponding to the user account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.AgentTaskUserAccount{
  gid: String.t() | nil,
  uid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.