Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Identifies the type of resource. | [optional] |
recordType | String | [optional] [readonly] | |
actionType | ActionTypeEnum | The operation type. It can be one of the following: <br/> <ul> <li><code>bulk_set_public_ips</code> - set a public IP for each specified SIM card</li> </ul> | [optional] [readonly] |
settings | Object | A JSON object representation of the bulk action payload. | [optional] [readonly] |
simCardActionsSummary | List<SIMCardActionsSummary> | [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] |
Name | Value |
---|---|
BULK_SET_PUBLIC_IPS | "bulk_set_public_ips" |