Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/chromemanagement_v1/classes.rb,
lib/google/apis/chromemanagement_v1/representations.rb,
lib/google/apis/chromemanagement_v1/representations.rb

Overview

Response containing a list of devices expiring in each month of a selected time frame. Counts are grouped by model and Auto Update Expiration date.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse

Returns a new instance of GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse.



986
987
988
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 986

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#device_aue_count_reportsArray<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceAueCountReport>

The list of reports sorted by auto update expiration date in ascending order. Corresponds to the JSON property deviceAueCountReports



984
985
986
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 984

def device_aue_count_reports
  @device_aue_count_reports
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



991
992
993
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 991

def update!(**args)
  @device_aue_count_reports = args[:device_aue_count_reports] if args.key?(:device_aue_count_reports)
end