github.com/twilio/twilio-go@v1.20.1/rest/microvisor/v1/docs/MicrovisorV1App.md (about) 1 # MicrovisorV1App 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | A 34-character string that uniquely identifies this App. | 8 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 9 **Hash** | Pointer to **string** | App manifest hash represented as `hash_algorithm:hash_value`. | 10 **UniqueName** | Pointer to **string** | A developer-defined string that uniquely identifies the App. This value must be unique for all Apps on this Account. The `unique_name` value may be used as an alternative to the `sid` in the URL path to address the resource. | 11 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date that this App was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 12 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date that this App was last updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 13 **Url** | Pointer to **string** | The URL of this resource. | 14 **Links** | Pointer to **map[string]interface{}** | | 15 16 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 17 18