Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.57 KB

ServerlessV1FunctionVersion.md

File metadata and controls

19 lines (14 loc) · 1.57 KB

ServerlessV1FunctionVersion

Properties

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{}

[Back to Model list] [Back to API list] [Back to README]