Show / Hide Table of Contents

Class GoogleChromeManagementV1AppUsageData

App usage data.

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

Properties

AppId

App id.

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

AppInstanceId

Application instance id. This will be unique per window/instance.

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

AppType

Type of app.

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

ETag

The ETag of the item.

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

RunningDuration

App foreground running time.

Declaration
[JsonProperty("runningDuration")]
public virtual object RunningDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX