deployment method
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));