deployment method

DeploymentReference deployment([
  1. String? studyDeploymentId
])

Gets a DeploymentReference for a studyDeploymentId. studyDeploymentId can be omitted if specified as part of this service's study.

Implementation

DeploymentReference deployment([String? studyDeploymentId]) =>
    DeploymentReference._(this, getStudyDeploymentId(studyDeploymentId));