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

The response of changing the status of a batch of ChromeOS devices.

Attributes

  • changeChromeOsDeviceStatusResults (type: list(GoogleApi.Admin.Directory_v1.Model.ChangeChromeOsDeviceStatusResult.t), default: nil) - The results for each of the ChromeOS devices provided in the request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Admin.Directory_v1.Model.BatchChangeChromeOsDeviceStatusResponse{
    changeChromeOsDeviceStatusResults:
      [GoogleApi.Admin.Directory_v1.Model.ChangeChromeOsDeviceStatusResult.t()]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.