View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1ChromeOsDevice (google_api_chrome_management v0.9.0)

Describes the ChromeOS device that a CertificateProvisioningProcess belongs to.

Attributes

  • deviceDirectoryApiId (type: String.t, default: nil) - Output only. The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.
  • serialNumber (type: String.t, default: nil) - Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the ChromeOS Devices tab.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1ChromeOsDevice{
    deviceDirectoryApiId: String.t() | nil,
    serialNumber: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.