DeploymentsCancelPreviewRequest.fromJson constructor

DeploymentsCancelPreviewRequest.fromJson(
  1. Map json_
)

Implementation

DeploymentsCancelPreviewRequest.fromJson(core.Map json_)
    : this(
        fingerprint: json_.containsKey('fingerprint')
            ? json_['fingerprint'] as core.String
            : null,
      );