status property
- @JsonKey.new(fromJson: _statusFromJson)
getter/setter pair
The status of this study deployment.
Implementation
@JsonKey(fromJson: _statusFromJson)
StudyDeploymentStatusTypes status = StudyDeploymentStatusTypes.Invited;
The status of this study deployment.
@JsonKey(fromJson: _statusFromJson)
StudyDeploymentStatusTypes status = StudyDeploymentStatusTypes.Invited;