state property
Invitation state Possible string values are:
- "INVITATION_STATE_UNSPECIFIED" : Default value. This value is unused.
- "INVITED" : Tester has received an email for the latest release
- "PENDING_ACCEPT" : Tester has received email for previous release, but has not received an email for the current release because they have not accepted the email to the previous release
- "ACCEPTED" : Tester has accepted an email for a release
Implementation
core.String? state;