Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.37 KB

ServerlessV1Function.md

File metadata and controls

18 lines (13 loc) · 1.37 KB

ServerlessV1Function

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the Function resource.
AccountSid Pointer to string The SID of the Account that created the Function resource.
ServiceSid Pointer to string The SID of the Service that the Function resource is associated with.
FriendlyName Pointer to string The string that you assigned to describe the Function resource. It can be a maximum of 255 characters.
DateCreated Pointer to time.Time The date and time in GMT when the Function resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the Function resource was last updated specified in ISO 8601 format.
Url Pointer to string The absolute URL of the Function resource.
Links Pointer to map[string]interface{} The URLs of nested resources of the Function resource.

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