SetPublishedDeployPercentageRequest.fromJson constructor
SetPublishedDeployPercentageRequest.fromJson(
- Map json_
Implementation
SetPublishedDeployPercentageRequest.fromJson(core.Map json_)
: this(deployPercentage: json_['deployPercentage'] as core.int?);