status property

  1. @JsonKey.new(fromJson: _statusFromJson)
StudyDeploymentStatusTypes status
getter/setter pair

The status of this study deployment.

Implementation

@JsonKey(fromJson: _statusFromJson)
StudyDeploymentStatusTypes status = StudyDeploymentStatusTypes.Invited;