github.com/twilio/twilio-go@v1.20.1/rest/microvisor/v1/docs/MicrovisorV1DeviceConfig.md (about) 1 # MicrovisorV1DeviceConfig 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **DeviceSid** | Pointer to **string** | A 34-character string that uniquely identifies the parent Device. | 8 **Key** | Pointer to **string** | The config key; up to 100 characters. | 9 **Value** | Pointer to **string** | The config value; up to 4096 characters. | 10 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | | 11 **Url** | Pointer to **string** | The absolute URL of the Config. | 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15