Class GoogleChromeManagementV1TelemetryAppUninstallEvent
App uninstall data.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1TelemetryAppUninstallEvent : 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 |
AppType
Type of app.
Declaration
[JsonProperty("appType")]
public virtual string AppType { get; set; }
Property Value
Type | Description |
---|---|
string |
AppUninstallSource
App uninstall source.
Declaration
[JsonProperty("appUninstallSource")]
public virtual string AppUninstallSource { 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 |