maxOverallUploadLimit property
- @JsonKey(includeIfNull: false, name: 'max-overall-upload-limit', fromJson: toInt, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'max-overall-upload-limit', fromJson: toInt, toJson: toString) int? maxOverallUploadLimit;