SetPublishedDeployPercentageRequest.fromJson constructor

SetPublishedDeployPercentageRequest.fromJson(
  1. Map json_
)

Implementation

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