pctComplete property

  1. @JsonKey(readValue: Jsonable.intReadValue)
int pctComplete
final

Indicates the percent upload completed of the entire upload in bytes. The value must be a non-negative integer.

read only

min value:0 max value:100 Fixme: This property is officially documented as an integer however actual response is a String with a double representation

Implementation

@JsonKey(readValue: Jsonable.intReadValue)
final int pctComplete;