Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeCrashEventsResponse
- Inherits:
-
Object
- Object
- Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeCrashEventsResponse
- 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 contains a list of CrashEventCountByVersionPerDay which count the chrome crash at the certain date.
Instance Attribute Summary collapse
-
#crash_event_counts ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount>
Crash event counts grouped by date and browser version.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleChromeManagementV1CountChromeCrashEventsResponse
constructor
A new instance of GoogleChromeManagementV1CountChromeCrashEventsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleChromeManagementV1CountChromeCrashEventsResponse
Returns a new instance of GoogleChromeManagementV1CountChromeCrashEventsResponse.
895 896 897 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 895 def initialize(**args) update!(**args) end |
Instance Attribute Details
#crash_event_counts ⇒ Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount>
Crash event counts grouped by date and browser version.
Corresponds to the JSON property crashEventCounts
893 894 895 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 893 def crash_event_counts @crash_event_counts end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
900 901 902 |
# File 'lib/google/apis/chromemanagement_v1/classes.rb', line 900 def update!(**args) @crash_event_counts = args[:crash_event_counts] if args.key?(:crash_event_counts) end |