state property
The state that this invitation is in. Possible string values are:
- "GUARDIAN_INVITATION_STATE_UNSPECIFIED" : Should never be returned.
- "PENDING" : The invitation is active and awaiting a response.
- "COMPLETE" : The invitation is no longer active. It may have been accepted, declined, withdrawn or it may have expired.
Implementation
core.String? state;