Show / Hide Table of Contents

Class GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount

The count of the Chrome crash events at the date.

Inheritance
object
GoogleChromeManagementV1CountChromeCrashEventsResponseCrashEventCount
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX