github.com/twilio/twilio-go@v1.20.1/rest/serverless/v1/docs/ServerlessV1Environment.md (about) 1 # ServerlessV1Environment 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Environment resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Environment resource. | 9 **ServiceSid** | Pointer to **string** | The SID of the Service that the Environment resource is associated with. | 10 **BuildSid** | Pointer to **string** | The SID of the build deployed in the environment. | 11 **UniqueName** | Pointer to **string** | A user-defined string that uniquely identifies the Environment resource. | 12 **DomainSuffix** | Pointer to **string** | A URL-friendly name that represents the environment and forms part of the domain name. | 13 **DomainName** | Pointer to **string** | The domain name for all Functions and Assets deployed in the Environment, using the Service unique name, a randomly-generated Service suffix, and an optional Environment domain suffix. | 14 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Environment resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 15 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Environment resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 16 **Url** | Pointer to **string** | The absolute URL of the Environment resource. | 17 **Links** | Pointer to **map[string]interface{}** | The URLs of the Environment resource's nested resources. | 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21