GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommandResult (google_api_admin v0.37.0) View Source
The result of executing a command.
Attributes
-
errorMessage
(type:String.t
, default:nil
) - The error message with a short explanation as to why the command failed. Only present if the command failed. -
executeTime
(type:DateTime.t
, default:nil
) - The time at which the command was executed or failed to execute. -
result
(type:String.t
, default:nil
) - The result 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.DirectoryChromeosdevicesCommandResult{ errorMessage: String.t() | nil, executeTime: DateTime.t() | nil, result: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.