Show / Hide Table of Contents

Class GoogleChromeManagementV1CountActiveDevicesResponse

Response containing the number of active devices.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SevenDaysCount

Number of active devices in the 7 days leading up to the date specified in the request.

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

ThirtyDaysCount

Number of active devices in the 30 days leading up to the date specified in the request.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX