GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommand (google_api_admin v0.23.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommand{
commandExpireTime: DateTime.t(),
commandId: String.t(),
commandResult:
GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommandResult.t(),
issueTime: DateTime.t(),
payload: String.t(),
state: String.t(),
type: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.