github.com/twilio/twilio-go@v1.20.1/rest/serverless/v1/docs/ServerlessV1Build.md (about) 1 # ServerlessV1Build 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Build resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Build resource. | 9 **ServiceSid** | Pointer to **string** | The SID of the Service that the Build resource is associated with. | 10 **Status** | Pointer to [**string**](BuildEnumStatus.md) | | 11 **AssetVersions** | Pointer to **[]interface{}** | The list of Asset Version resource SIDs that are included in the Build. | 12 **FunctionVersions** | Pointer to **[]interface{}** | The list of Function Version resource SIDs that are included in the Build. | 13 **Dependencies** | Pointer to **[]interface{}** | A list of objects that describe the Dependencies included in the Build. Each object contains the `name` and `version` of the dependency. | 14 **Runtime** | Pointer to [**string**](BuildEnumRuntime.md) | | 15 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Build resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 16 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Build resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 17 **Url** | Pointer to **string** | The absolute URL of the Build resource. | 18 **Links** | Pointer to **map[string]interface{}** | | 19 20 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 21 22