Show / Hide Table of Contents

Class GoogleChromeManagementV1CountDevicesPerBootTypeResponse

Response containing the number of devices with the given boot type.

Inheritance
object
GoogleChromeManagementV1CountDevicesPerBootTypeResponse
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 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX