Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.54 KB

PortingOrdersActivationJob.md

File metadata and controls

40 lines (24 loc) · 1.54 KB

PortingOrdersActivationJob

Properties

Name Type Description Notes
id UUID Uniquely identifies this activation job [optional] [readonly]
status StatusEnum Specifies the status of this activation job [optional]
activationType ActivationTypeEnum Specifies the type of this activation job [optional]
activateAt OffsetDateTime ISO 8601 formatted date indicating when the activation job should be executed. This time should be between some activation window. [optional]
activationWindows List<PortingOrdersActivationJobActivationWindowsInner> List of allowed activation windows for this activation job [optional]
recordType String Identifies the type of the resource. [optional] [readonly]
createdAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional] [readonly]
updatedAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional] [readonly]

Enum: StatusEnum

Name Value
CREATED "created"
IN_PROCESS "in-process"
COMPLETED "completed"
FAILED "failed"

Enum: ActivationTypeEnum

Name Value
SCHEDULED "scheduled"
ON_DEMAND "on-demand"