Class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeCrashEventsResponse

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 contains a list of CrashEventCountByVersionPerDay which count the chrome crash at the certain date.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_countsArray<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