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

Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.

Attributes

  • bucket (type: String.t, default: nil) - Public name of the hardware specification.
  • count (type: String.t, default: nil) - Count of devices with a unique hardware specification.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceHardwareCountReport{
    bucket: String.t() | nil,
    count: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.