Show / Hide Table of Contents

Class GoogleChromeManagementV1TelemetryAppInstallEvent

App installation data.

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

Properties

AppId

App id. For PWAs this is the start URL, and for extensions this is the extension id.

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

AppInstallReason

App installation reason.

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

AppInstallSource

App installation source.

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

AppInstallTime

App installation time depending on the app lifecycle.

Declaration
[JsonProperty("appInstallTime")]
public virtual string AppInstallTime { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX