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

A response for issuing a command.

Attributes

  • commandId (type: String.t, default: nil) - The unique ID of the issued command, used to retrieve the command status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Admin.Directory_v1.Model.DirectoryChromeosdevicesIssueCommandResponse{
    commandId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.