RollbackApiDeploymentRequest.fromJson constructor
RollbackApiDeploymentRequest.fromJson(
- Map json_
Implementation
RollbackApiDeploymentRequest.fromJson(core.Map json_)
: this(revisionId: json_['revisionId'] as core.String?);