Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.39 KB

SIMCardGroupAction.md

File metadata and controls

40 lines (24 loc) · 1.39 KB

SIMCardGroupAction

This object represents a SIM card group action request. It allows tracking the current status of an operation that impacts the SIM card group and SIM card in it.

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String [optional] [readonly]
simCardGroupId UUID The SIM card group identification. [optional]
type TypeEnum Represents the type of the operation requested. [optional]
status StatusEnum [optional]
settings SIMCardGroupActionSettings [optional]
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]

Enum: TypeEnum

Name Value
SET_PRIVATE_WIRELESS_GATEWAY "set_private_wireless_gateway"
REMOVE_PRIVATE_WIRELESS_GATEWAY "remove_private_wireless_gateway"

Enum: StatusEnum

Name Value
IN_PROGRESS "in-progress"
COMPLETED "completed"
FAILED "failed"