Class GoogleChromeManagementV1CountDevicesPerBootTypeResponse
Response containing the number of devices with the given boot type.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1CountDevicesPerBootTypeResponse : IDirectResponseSchema
Properties
DevBootTypeCount
Number of devices with dev boot type.
Declaration
[JsonProperty("devBootTypeCount")]
public virtual long? DevBootTypeCount { 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 |
UnreportedBootTypeCount
Number of devices with unreported boot type.
Declaration
[JsonProperty("unreportedBootTypeCount")]
public virtual long? UnreportedBootTypeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
VerifiedBootTypeCount
Number of devices with verified boot type.
Declaration
[JsonProperty("verifiedBootTypeCount")]
public virtual long? VerifiedBootTypeCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |