Wasm Directoryalpha
Record

list-deployments-response-deployments-item-progress

No description available.

record list-deployments-response-deployments-item-progress {
  error-steps: option​<s32>,
  pending-steps: option​<s32>,
  running-steps: option​<s32>,
  steps: option​<list​<list-deployments-response-deployments-item-progress-steps-item>>,
  success-steps: option​<s32>,
  summary-steps: option​<list​<list-deployments-response-deployments-item-progress-summary-steps-item>>,
  total-steps: option​<s32>,
}

Fields

NameTypeDescription
error-stepsoption​<s32>
pending-stepsoption​<s32>
running-stepsoption​<s32>
stepsoption​<list​<list-deployments-response-deployments-item-progress-steps-item>>
success-stepsoption​<s32>
summary-stepsoption​<list​<list-deployments-response-deployments-item-progress-summary-steps-item>>
total-stepsoption​<s32>