status property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
StudyDeploymentStatusTypes status
getter/setter pair

The status of this device deployment:

  • Invited
  • DeployingDevices
  • DeploymentReady
  • Stopped

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
StudyDeploymentStatusTypes status = StudyDeploymentStatusTypes.Invited;