ParticipantInvitation class
The information which needs to be provided when inviting a participant to a deployment.
- Annotations
-
- @JsonSerializable(includeIfNull: false, explicitToJson: true)
Constructors
- ParticipantInvitation({String? participantId, required AssignedTo assignedRoles, required AccountIdentity identity, required StudyInvitation invitation})
-
ParticipantInvitation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assignedRoles ↔ AssignedTo
-
The participant roles in the study protocol which the participant is assigned to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- identity ↔ AccountIdentity
-
The identity used to authenticate and invite the participant.
getter/setter pair
- invitation ↔ StudyInvitation
-
A description of the study which is shared with the participant.
getter/setter pair
- participantId ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited