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