This object represents a bulk SIM card action. It groups SIM card actions created through a bulk endpoint under a single resource for further lookup.
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] |
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" |