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

Data about an update to the status of a Chrome OS device.

Attributes

  • action (type: String.t, default: nil) - Action to be taken on the Chrome OS device.
  • deprovisionReason (type: String.t, default: nil) - Only used when the action is deprovision. With the deprovision action, this field is required. Note: The deprovision reason is audited because it might have implications on licenses for perpetual subscription customers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Admin.Directory_v1.Model.ChromeOsDeviceAction{
  action: String.t() | nil,
  deprovisionReason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.