Show / Hide Table of Contents

Class GoogleChromeManagementV1DeviceAueCountReport

Report for CountChromeDevicesPerAueDateResponse, contains the count of devices of a specific model and auto update expiration range.

Inheritance
object
GoogleChromeManagementV1DeviceAueCountReport
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 GoogleChromeManagementV1DeviceAueCountReport : IDirectResponseSchema

Properties

AueMonth

Enum value of month corresponding to the auto update expiration date in UTC time zone. If the device is already expired, this field is empty.

Declaration
[JsonProperty("aueMonth")]
public virtual string AueMonth { get; set; }
Property Value
Type Description
string

AueYear

Int value of year corresponding to the Auto Update Expiration date in UTC time zone. If the device is already expired, this field is empty.

Declaration
[JsonProperty("aueYear")]
public virtual long? AueYear { get; set; }
Property Value
Type Description
long?

Count

Count of devices of this model.

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

Expired

Boolean value for whether or not the device has already expired.

Declaration
[JsonProperty("expired")]
public virtual bool? Expired { get; set; }
Property Value
Type Description
bool?

Model

Public model name of the devices.

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX