Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.14 KB

WdrReport.md

File metadata and controls

31 lines (19 loc) · 1.14 KB

WdrReport

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String [optional] [readonly]
createdAt String ISO 8601 formatted date-time indicating when the resource was created. [optional] [readonly]
updatedAt String ISO 8601 formatted date-time indicating when the resource was updated. [optional] [readonly]
startTime String ISO 8601 formatted date-time indicating the start time. [optional]
endTime String ISO 8601 formatted date-time indicating the end time. [optional]
status StatusEnum Indicates the status of the report, which is updated asynchronously. [optional]
reportUrl String The URL where the report content, when generated, will be published to. [optional]

Enum: StatusEnum

Name Value
PENDING "pending"
COMPLETE "complete"
FAILED "failed"
DELETED "deleted"