GoogleChromeManagementV1AppDetails class

Resource representing app details.

Constructors

GoogleChromeManagementV1AppDetails({GoogleChromeManagementV1AndroidAppInfo? androidAppInfo, String? appId, GoogleChromeManagementV1ChromeAppInfo? chromeAppInfo, String? description, String? detailUri, String? displayName, String? firstPublishTime, String? homepageUri, String? iconUri, bool? isPaidApp, String? latestPublishTime, String? name, String? privacyPolicyUri, String? publisher, String? reviewNumber, double? reviewRating, String? revisionId, GoogleRpcStatus? serviceError, String? type})
GoogleChromeManagementV1AppDetails.fromJson(Map json_)

Properties

androidAppInfo GoogleChromeManagementV1AndroidAppInfo?
Android app information.
getter/setter pair
appId String?
Unique store identifier for the item.
getter/setter pair
chromeAppInfo GoogleChromeManagementV1ChromeAppInfo?
Chrome Web Store app information.
getter/setter pair
description String?
App's description.
getter/setter pair
detailUri String?
The uri for the detail page of the item.
getter/setter pair
displayName String?
App's display name.
getter/setter pair
firstPublishTime String?
First published time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepageUri String?
Home page or Website uri.
getter/setter pair
iconUri String?
A link to an image that can be used as an icon for the product.
getter/setter pair
isPaidApp bool?
Indicates if the app has to be paid for OR has paid content.
getter/setter pair
latestPublishTime String?
Latest published time.
getter/setter pair
name String?
Format: name=customers/{customer_id}/apps/{chrome|android|web}/{app_id}@{version}
getter/setter pair
privacyPolicyUri String?
The URI pointing to the privacy policy of the app, if it was provided by the developer.
getter/setter pair
publisher String?
The publisher of the item.
getter/setter pair
reviewNumber String?
Number of reviews received.
getter/setter pair
reviewRating double?
The rating of the app (on 5 stars).
getter/setter pair
revisionId String?
App version.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceError GoogleRpcStatus?
Information about a partial service error if applicable.
getter/setter pair
type String?
App type.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited