status property
- @JsonKey(includeFromJson: false, includeToJson: false)
getter/setter pair
The status of this device deployment:
- Invited
- DeployingDevices
- DeploymentReady
- Stopped
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
StudyDeploymentStatusTypes status = StudyDeploymentStatusTypes.Invited;