GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommandResult (google_api_admin v0.23.1) 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(),
executeTime: DateTime.t(),
result: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.