github.com/twilio/twilio-go@v1.20.1/rest/microvisor/v1/docs/MicrovisorV1Device.md (about) 1 # MicrovisorV1Device 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34-character string that uniquely identifies this Device. | 8 **UniqueName** | Pointer to **string** | A developer-defined string that uniquely identifies the Device. This value must be unique for all Devices on this Account. The `unique_name` value may be used as an alternative to the `sid` in the URL path to address the resource. | 9 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 10 **App** | Pointer to **interface{}** | Information about the target App and the App reported by this Device. Contains the properties `target_sid`, `date_targeted`, `update_status` (one of `up-to-date`, `pending` and `error`), `update_error_code`, `reported_sid` and `date_reported`. | 11 **Logging** | Pointer to **interface{}** | Object specifying whether application logging is enabled for this Device. Contains the properties `enabled` and `date_expires`. | 12 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this Device was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 13 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this Device was last updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 14 **Url** | Pointer to **string** | The URL of this resource. | 15 **Links** | Pointer to **map[string]interface{}** | The absolute URLs of related resources. | 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