View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppRequest (google_api_chrome_management v0.8.0)
Details of an app installation request.
Attributes
-
appDetails
(type:String.t
, default:nil
) - Output only. Format: app_details=customers/{customer_id}/apps/chrome/{app_id} -
appId
(type:String.t
, default:nil
) - Output only. Unique store identifier for the app. Example: "gmbmikajjgmnabiglmofipeabaddhgne" for the Save to Google Drive Chrome extension. -
detailUri
(type:String.t
, default:nil
) - Output only. The uri for the detail page of the item. -
displayName
(type:String.t
, default:nil
) - Output only. App's display name. -
iconUri
(type:String.t
, default:nil
) - Output only. A link to an image that can be used as an icon for the product. -
latestRequestTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp of the most recently made request for this app. -
requestCount
(type:String.t
, default:nil
) - Output only. Total count of requests for this app.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppRequest{ appDetails: String.t() | nil, appId: String.t() | nil, detailUri: String.t() | nil, displayName: String.t() | nil, iconUri: String.t() | nil, latestRequestTime: DateTime.t() | nil, requestCount: String.t() | nil }