Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
- 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
-
#device_aue_count_reports ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceAueCountReport>
The list of reports sorted by auto update expiration date in ascending order.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
constructor
A new instance of GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
Returns a new instance of GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse.
953 954 955 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 953 def initialize(**args) update!(**args) end |
Instance Attribute Details
#device_aue_count_reports ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceAueCountReport>
The list of reports sorted by auto update expiration date in ascending order.
Corresponds to the JSON property deviceAueCountReports
951 952 953 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 951 def device_aue_count_reports @device_aue_count_reports end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
958 959 960 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 958 def update!(**args) @device_aue_count_reports = args[:device_aue_count_reports] if args.key?(:device_aue_count_reports) end |