github.com/twilio/twilio-go@v1.20.1/rest/supersim/v1/docs/SupersimV1SmsCommand.md (about) 1 # SupersimV1SmsCommand 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the SMS Command resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the SMS Command resource. | 9 **SimSid** | Pointer to **string** | The SID of the [SIM](https://www.twilio.com/docs/iot/supersim/api/sim-resource) that this SMS Command was sent to or from. | 10 **Payload** | Pointer to **string** | The message body of the SMS Command sent to or from the SIM. For text mode messages, this can be up to 160 characters. | 11 **Status** | Pointer to [**string**](SmsCommandEnumStatus.md) | | 12 **Direction** | Pointer to [**string**](SmsCommandEnumDirection.md) | | 13 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 14 **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://en.wikipedia.org/wiki/ISO_8601) format. | 15 **Url** | Pointer to **string** | The absolute URL of the SMS Command resource. | 16 17 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 19