Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.31 KB

ServerlessV1Deployment.md

File metadata and controls

18 lines (13 loc) · 1.31 KB

ServerlessV1Deployment

Properties

Name Type Description Notes
Sid Pointer to string The unique string that we created to identify the Deployment resource.
AccountSid Pointer to string The SID of the Account that created the Deployment resource.
ServiceSid Pointer to string The SID of the Service that the Deployment resource is associated with.
EnvironmentSid Pointer to string The SID of the Environment for the Deployment.
BuildSid Pointer to string The SID of the Build for the deployment.
DateCreated Pointer to time.Time The date and time in GMT when the Deployment resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the Deployment resource was last updated specified in ISO 8601 format.
Url Pointer to string The absolute URL of the Deployment resource.

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