DeploymentsCancelPreviewRequest.fromJson constructor
DeploymentsCancelPreviewRequest.fromJson(
- Map json_
Implementation
DeploymentsCancelPreviewRequest.fromJson(core.Map json_)
: this(
fingerprint: json_['fingerprint'] as core.String?,
);