github.com/twilio/twilio-go@v1.20.1/rest/wireless/v1/docs/WirelessV1Sim.md (about)

     1  # WirelessV1Sim
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Sid** | Pointer to **string** | The unique string that we created to identify the Sim resource. |
     8  **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. |
     9  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) to which the Sim resource belongs. |
    10  **RatePlanSid** | Pointer to **string** | The SID of the [RatePlan resource](https://www.twilio.com/docs/iot/wireless/api/rateplan-resource) to which the Sim resource is assigned. |
    11  **FriendlyName** | Pointer to **string** | The string that you assigned to describe the Sim resource. |
    12  **Iccid** | Pointer to **string** | The [ICCID](https://en.wikipedia.org/wiki/SIM_card#ICCID) associated with the SIM. |
    13  **EId** | Pointer to **string** | Deprecated. |
    14  **Status** | Pointer to [**string**](SimEnumStatus.md) |  |
    15  **ResetStatus** | Pointer to [**string**](SimEnumResetStatus.md) |  |
    16  **CommandsCallbackUrl** | Pointer to **string** | The URL we call using the `commands_callback_method` when the SIM originates a machine-to-machine [Command](https://www.twilio.com/docs/iot/wireless/api/command-resource). Your server should respond with an HTTP status code in the 200 range; any response body will be ignored. |
    17  **CommandsCallbackMethod** | Pointer to **string** | The HTTP method we use to call `commands_callback_url`.  Can be: `POST` or `GET`. Default is `POST`. |
    18  **SmsFallbackMethod** | Pointer to **string** | Deprecated. |
    19  **SmsFallbackUrl** | Pointer to **string** | Deprecated. |
    20  **SmsMethod** | Pointer to **string** | Deprecated. |
    21  **SmsUrl** | Pointer to **string** | Deprecated. |
    22  **VoiceFallbackMethod** | Pointer to **string** | Deprecated. The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`. Default is `POST`. |
    23  **VoiceFallbackUrl** | Pointer to **string** | Deprecated. The URL we call using the `voice_fallback_method` when an error occurs while retrieving or executing the TwiML requested from `voice_url`. |
    24  **VoiceMethod** | Pointer to **string** | Deprecated. The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`. Default is `POST`. |
    25  **VoiceUrl** | Pointer to **string** | Deprecated. The URL we call using the `voice_method` when the SIM-connected device makes a voice call. |
    26  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |
    27  **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Sim resource was last updated specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. |
    28  **Url** | Pointer to **string** | The absolute URL of the resource. |
    29  **Links** | Pointer to **map[string]interface{}** | The URLs of related subresources. |
    30  **IpAddress** | Pointer to **string** | Deprecated. |
    31  
    32  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    33  
    34