View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1Device (google_api_chrome_management v0.8.0)

Describes a device reporting Chrome browser information.

Attributes

  • deviceId (type: String.t, default: nil) - Output only. The ID of the device that reported this Chrome browser information.
  • machine (type: String.t, default: nil) - Output only. The name of the machine within its local network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1Device{
  deviceId: String.t() | nil,
  machine: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.