BundleInstallHistoryResponse
No description
type BundleInstallHistoryResponse {
nextRequestTs: DateTime
data: [BundleInstallHistory!]
}
Fields
BundleInstallHistoryResponse.nextRequestTs ● DateTime scalar platform {#next-request-ts}
The date and time of the next data record (if any)
BundleInstallHistoryResponse.data ● [BundleInstallHistory!] list object bundles {#data}
List of bundle installation history records
Returned By
listBundleInstallHistory query
Was this topic helpful?