Name | Type | Description | Notes |
---|---|---|---|
Sid | Pointer to string | The unique string that we created to identify the Function Version resource. | |
AccountSid | Pointer to string | The SID of the Account that created the Function Version resource. | |
ServiceSid | Pointer to string | The SID of the Service that the Function Version resource is associated with. | |
FunctionSid | Pointer to string | The SID of the Function resource that is the parent of the Function Version resource. | |
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. | |
Visibility | Pointer to string | ||
DateCreated | Pointer to time.Time | The date and time in GMT when the Function Version resource was created specified in ISO 8601 format. | |
Url | Pointer to string | The absolute URL of the Function Version resource. | |
Links | Pointer to map[string]interface{} |