ApiParcelState

Properties

Name Type Description Notes
progress Long The progress of the state transition. [optional]
totalProgress Long The total amount that #getProgress() needs to get to. [optional]
count Long The current hosts that have completed. [optional]
totalCount Long The total amount that #getCount() needs to get to. [optional]
errors List<String> The errors that exist for this parcel. [optional]
warnings List<String> The warnings that exist for this parcel. [optional]