View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceAueCountReport (google_api_chrome_management v0.6.1)

Report for CountChromeDevicesPerAueDateResponse, contains the count of devices of a specific model and auto update expiration range.

Attributes

  • aueMonth (type: String.t, default: nil) - Enum value of month corresponding to the auto update expiration date in UTC time zone. If the device is already expired, this field is empty.
  • aueYear (type: String.t, default: nil) - Int value of year corresponding to the Auto Update Expiration date in UTC time zone. If the device is already expired, this field is empty.
  • count (type: String.t, default: nil) - Count of devices of this model.
  • expired (type: boolean(), default: nil) - Boolean value for whether or not the device has already expired.
  • model (type: String.t, default: nil) - Public model name of the devices.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1DeviceAueCountReport{
    aueMonth: String.t() | nil,
    aueYear: String.t() | nil,
    count: String.t() | nil,
    expired: boolean() | nil,
    model: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.