Class GoogleChromeManagementV1DeviceHardwareCountReport
Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1DeviceHardwareCountReport : IDirectResponseSchema
Properties
Bucket
Public name of the hardware specification.
Declaration
[JsonProperty("bucket")]
public virtual string Bucket { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Count of devices with a unique hardware specification.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |