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. |