Show / Hide Table of Contents

Class GoogleChromeManagementV1AppDetails

Resource representing app details.

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

Properties

AndroidAppInfo

Output only. Android app information.

Declaration
[JsonProperty("androidAppInfo")]
public virtual GoogleChromeManagementV1AndroidAppInfo AndroidAppInfo { get; set; }
Property Value
Type Description
GoogleChromeManagementV1AndroidAppInfo

AppId

Output only. Unique store identifier for the item. Examples: "gmbmikajjgmnabiglmofipeabaddhgne" for the Save to Google Drive Chrome extension, "com.google.android.apps.docs" for the Google Drive Android app.

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

CategoryIds

Output only. The category IDs of the app, which are the same as stored in the Web Store item. It's expected that there is only one category ID.

Declaration
[JsonProperty("categoryIds")]
public virtual IList<string> CategoryIds { get; set; }
Property Value
Type Description
IList<string>

ChromeAppInfo

Output only. Chrome Web Store app information.

Declaration
[JsonProperty("chromeAppInfo")]
public virtual GoogleChromeManagementV1ChromeAppInfo ChromeAppInfo { get; set; }
Property Value
Type Description
GoogleChromeManagementV1ChromeAppInfo

Description

Output only. App's description.

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

FirstPublishTime

object representation of FirstPublishTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FirstPublishTimeDateTimeOffset instead.")]
public virtual object FirstPublishTime { get; set; }
Property Value
Type Description
object

FirstPublishTimeDateTimeOffset

DateTimeOffset representation of FirstPublishTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? FirstPublishTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

FirstPublishTimeRaw

Output only. First published time.

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

HomepageUri

Output only. Home page or Website uri.

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

IsPaidApp

Output only. Indicates if the app has to be paid for OR has paid content.

Declaration
[JsonProperty("isPaidApp")]
public virtual bool? IsPaidApp { get; set; }
Property Value
Type Description
bool?

LatestPublishTime

object representation of LatestPublishTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LatestPublishTimeDateTimeOffset instead.")]
public virtual object LatestPublishTime { get; set; }
Property Value
Type Description
object

LatestPublishTimeDateTimeOffset

DateTimeOffset representation of LatestPublishTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LatestPublishTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LatestPublishTimeRaw

Output only. Latest published time.

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

Name

Output only. Format: name=customers/{customer_id}/apps/{chrome|android|web}/{app_id}@{version}

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

PrivacyPolicyUri

Output only. The URI pointing to the privacy policy of the app, if it was provided by the developer. Version-specific field that will only be set when the requested app version is found.

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

Publisher

Output only. The publisher of the item.

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

ReviewNumber

Output only. Number of reviews received. Chrome Web Store review information will always be for the latest version of an app.

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

ReviewRating

Output only. The rating of the app (on 5 stars). Chrome Web Store review information will always be for the latest version of an app.

Declaration
[JsonProperty("reviewRating")]
public virtual float? ReviewRating { get; set; }
Property Value
Type Description
float?

RevisionId

Output only. App version. A new revision is committed whenever a new version of the app is published.

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

ServiceError

Output only. Information about a partial service error if applicable.

Declaration
[JsonProperty("serviceError")]
public virtual GoogleRpcStatus ServiceError { get; set; }
Property Value
Type Description
GoogleRpcStatus

Type

Output only. App type.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX