Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.81 KB

ServerlessV1Service.md

File metadata and controls

21 lines (16 loc) · 1.81 KB

ServerlessV1Service

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the Service resource.
AccountSid Pointer to string The SID of the Account that created the Service resource.
FriendlyName Pointer to string The string that you assigned to describe the Service resource.
UniqueName Pointer to string A user-defined string that uniquely identifies the Service resource. It can be used in place of the Service resource's sid in the URL to address the Service resource.
IncludeCredentials Pointer to bool Whether to inject Account credentials into a function invocation context.
UiEditable Pointer to bool Whether the Service resource's properties and subresources can be edited via the UI.
DomainBase Pointer to string The base domain name for this Service, which is a combination of the unique name and a randomly generated string.
DateCreated Pointer to time.Time The date and time in GMT when the Service resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the Service resource was last updated specified in ISO 8601 format.
Url Pointer to string The absolute URL of the Service resource.
Links Pointer to map[string]interface{} The URLs of the Service's nested resources.

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