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

The result of executing a command.

Attributes

  • commandResultPayload (type: String.t, default: nil) - The payload for the command result. The following commands respond with a payload: * DEVICE_START_CRD_SESSION: Payload is a stringified JSON object in the form: { "url": url }. The URL provides a link to the Chrome Remote Desktop session.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesCommandResult{
    commandResultPayload: String.t() | nil,
    errorMessage: String.t() | nil,
    executeTime: DateTime.t() | nil,
    result: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.