Class GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount
The count
of the Chrome crash events at the date
.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount : IDirectResponseSchema
Properties
BrowserVersion
Browser version this is counting.
Declaration
[JsonProperty("browserVersion")]
public virtual string BrowserVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Total count of crash events.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
Date
Date of the crash event.
Declaration
[JsonProperty("date")]
public virtual GoogleTypeDate Date { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDate |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |