Class GoogleChromeManagementV1ChromeAppRequest
Details of an app installation request.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementV1ChromeAppRequest : IDirectResponseSchema
Properties
AppDetails
Output only. Format: app_details=customers/{customer_id}/apps/chrome/{app_id}
Declaration
[JsonProperty("appDetails")]
public virtual string AppDetails { get; set; }
Property Value
Type | Description |
---|---|
string |
AppId
Output only. Unique store identifier for the app. Example: "gmbmikajjgmnabiglmofipeabaddhgne" for the Save to Google Drive Chrome extension.
Declaration
[JsonProperty("appId")]
public virtual string AppId { get; set; }
Property Value
Type | Description |
---|---|
string |
DetailUri
Output only. The uri for the detail page of the item.
Declaration
[JsonProperty("detailUri")]
public virtual string DetailUri { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Output only. App's display name.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
IconUri
Output only. A link to an image that can be used as an icon for the product.
Declaration
[JsonProperty("iconUri")]
public virtual string IconUri { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestRequestTime
object representation of LatestRequestTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestRequestTimeDateTimeOffset instead.")]
public virtual object LatestRequestTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LatestRequestTimeDateTimeOffset
DateTimeOffset representation of LatestRequestTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestRequestTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LatestRequestTimeRaw
Output only. The timestamp of the most recently made request for this app.
Declaration
[JsonProperty("latestRequestTime")]
public virtual string LatestRequestTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestCount
Output only. Total count of requests for this app.
Declaration
[JsonProperty("requestCount")]
public virtual long? RequestCount { get; set; }
Property Value
Type | Description |
---|---|
long? |