Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.49 KB

SupersimV1Sim.md

File metadata and controls

20 lines (15 loc) · 1.49 KB

SupersimV1Sim

Properties

Name Type Description Notes
Sid Pointer to string The unique string that identifies the Sim resource.
UniqueName Pointer to string An application-defined string that uniquely identifies the resource. It can be used in place of the resource's sid in the URL to address the resource.
AccountSid Pointer to string The SID of the Account that the Super SIM belongs to.
Iccid Pointer to string The ICCID associated with the SIM.
Status Pointer to string
FleetSid Pointer to string The unique ID of the Fleet configured for this SIM.
DateCreated Pointer to time.Time The date and time in GMT when the resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the resource was last updated specified in ISO 8601 format.
Url Pointer to string The absolute URL of the Sim Resource.
Links Pointer to map[string]interface{}

[Back to Model list] [Back to API list] [Back to README]