GoogleChromeManagementV1ChromeAppRequest class
Details of an app installation request.
Constructors
- GoogleChromeManagementV1ChromeAppRequest({String? appDetails, String? appId, String? detailUri, String? displayName, String? iconUri, String? latestRequestTime, String? requestCount})
- GoogleChromeManagementV1ChromeAppRequest.fromJson(Map json_)
Properties
- appDetails ↔ String?
-
Format: app_details=customers/{customer_id}/apps/chrome/{app_id}
getter/setter pair
- appId ↔ String?
-
Unique store identifier for the app.
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
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconUri ↔ String?
-
A link to an image that can be used as an icon for the product.
getter/setter pair
- latestRequestTime ↔ String?
-
The timestamp of the most recently made request for this app.
getter/setter pair
- requestCount ↔ String?
-
Total count of requests for this app.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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