Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 957 Bytes

BatchDownloadJobStatusResult.md

File metadata and controls

16 lines (12 loc) · 957 Bytes

BatchDownloadJobStatusResult

Properties

Name Type Description Notes
id string The globally unique identifier for the object. [optional]
jobId string JobId returned when job was initially submitted [optional]
expectedResultCount int Number of results expected when job is completed [optional]
resultCount int Current number of results available [optional]
errorCount int Number of error results produced so far [optional]
results \PureCloudPlatform\Client\V2\Model\BatchDownloadJobResult[] Current set of results for the job [optional]
selfUri string The URI for this object [optional]

[Back to Model list] [Back to API list] [Back to README]