github.com/twilio/twilio-go@v1.20.1/rest/serverless/v1/docs/ServerlessV1FunctionVersionContent.md (about) 1 # ServerlessV1FunctionVersionContent 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 that is the parent of the Function Version. | 11 **Content** | Pointer to **string** | The content of the Function Version resource. | 12 **Url** | Pointer to **string** | | 13 14 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 15 16