github.com/twilio/twilio-go@v1.20.1/rest/wireless/v1/docs/WirelessV1Command.md (about) 1 # WirelessV1Command 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Command resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Command resource. | 9 **SimSid** | Pointer to **string** | The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) that the Command was sent to or from. | 10 **Command** | Pointer to **string** | The message being sent to or from the SIM. For text mode messages, this can be up to 160 characters. For binary mode messages, this is a series of up to 140 bytes of data encoded using base64. | 11 **CommandMode** | Pointer to [**string**](CommandEnumCommandMode.md) | | 12 **Transport** | Pointer to [**string**](CommandEnumTransport.md) | | 13 **DeliveryReceiptRequested** | Pointer to **bool** | Whether to request a delivery receipt. | 14 **Status** | Pointer to [**string**](CommandEnumStatus.md) | | 15 **Direction** | Pointer to [**string**](CommandEnumDirection.md) | | 16 **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. | 17 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. | 18 **Url** | Pointer to **string** | The absolute URL of the resource. | 19 20 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 21 22