View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount (google_api_chrome_management v0.6.0)

The count of the Chrome crash events at the date.

Attributes

  • browserVersion (type: String.t, default: nil) - Browser version this is counting.
  • count (type: String.t, default: nil) - Total count of crash events.
  • date (type: GoogleApi.ChromeManagement.V1.Model.GoogleTypeDate.t, default: nil) - Date of the crash event.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount{
    browserVersion: String.t() | nil,
    count: String.t() | nil,
    date: GoogleApi.ChromeManagement.V1.Model.GoogleTypeDate.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.