View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponse (google_api_chrome_management v0.7.1)

Response contains a list of CrashEventCountByVersionPerDay which count the chrome crash at the certain date.

Attributes

  • crashEventCounts (type: list(GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount.t), default: nil) - Crash event counts grouped by date and browser version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponse{
    crashEventCounts:
      [
        GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.