github.com/twilio/twilio-go@v1.20.1/rest/serverless/v1/docs/ServerlessV1FunctionVersion.md (about) 1 # ServerlessV1FunctionVersion 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Sid** | Pointer to **string** | The unique string that we created to identify the Function Version resource. | 8 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Function Version resource. | 9 **ServiceSid** | Pointer to **string** | The SID of the Service that the Function Version resource is associated with. | 10 **FunctionSid** | Pointer to **string** | The SID of the Function resource that is the parent of the Function Version resource. | 11 **Path** | Pointer to **string** | The URL-friendly string by which the Function Version resource can be referenced. It can be a maximum of 255 characters. All paths begin with a forward slash ('/'). If a Function Version creation request is submitted with a path not containing a leading slash, the path will automatically be prepended with one. | 12 **Visibility** | Pointer to [**string**](FunctionVersionEnumVisibility.md) | | 13 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the Function Version resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | 14 **Url** | Pointer to **string** | The absolute URL of the Function Version resource. | 15 **Links** | Pointer to **map[string]interface{}** | | 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