View Source GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommand (google_api_admin v0.40.0)

Information regarding a command that was issued to a device.

Attributes

  • commandExpireTime (type: DateTime.t, default: nil) - The time at which the command will expire. If the device doesn't execute the command within this time the command will become expired.
  • commandId (type: String.t, default: nil) - Unique ID of a device command.
  • commandResult (type: GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommandResult.t, default: nil) - The result of the command execution.
  • issueTime (type: DateTime.t, default: nil) - The timestamp when the command was issued by the admin.
  • payload (type: String.t, default: nil) - The payload that the command specified, if any.
  • state (type: String.t, default: nil) - Indicates the command state.
  • type (type: String.t, default: nil) - The type of the command.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommand{
  commandExpireTime: DateTime.t() | nil,
  commandId: String.t() | nil,
  commandResult:
    GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommandResult.t()
    | nil,
  issueTime: DateTime.t() | nil,
  payload: String.t() | nil,
  state: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.