Get Cloudforce One Requests Invoke Result
data class GetCloudforceOneRequestsInvokeResult(val accountIdentifier: String, val id: String, val maxItems: Int? = null, val results: List<GetCloudforceOneRequestsResult>)
A collection of values returned by getCloudforceOneRequests.
Constructors
Link copied to clipboard
constructor(accountIdentifier: String, id: String, maxItems: Int? = null, results: List<GetCloudforceOneRequestsResult>)