Record
create-response-app-in-progress-deployment-progress
No description available.
record create-response-app-in-progress-deployment-progress {
error-steps: option<s32>,
pending-steps: option<s32>,
running-steps: option<s32>,
steps: option<list<create-response-app-in-progress-deployment-progress-steps-item>>,
success-steps: option<s32>,
summary-steps: option<list<create-response-app-in-progress-deployment-progress-summary-steps-item>>,
total-steps: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| error-steps | option<s32> | |
| pending-steps | option<s32> | |
| running-steps | option<s32> | |
| steps | option<list<create-response-app-in-progress-deployment-progress-steps-item>> | |
| success-steps | option<s32> | |
| summary-steps | option<list<create-response-app-in-progress-deployment-progress-summary-steps-item>> | |
| total-steps | option<s32> |