state property

String? state
getter/setter pair

State of the UserInvitation. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is omitted.
  • "NOT_YET_SENT" : The UserInvitation has been created and is ready for sending as an email.
  • "INVITED" : The user has been invited by email.
  • "ACCEPTED" : The user has accepted the invitation and is part of the organization.
  • "DECLINED" : The user declined the invitation.

Implementation

core.String? state;