state property

String? state
getter/setter pair

State of the membership.

Output only. Possible string values are:

  • "MEMBERSHIP_STATE_UNSPECIFIED" : Default value. Don't use.
  • "JOINED" : The user is added to the space, and can participate in the space.
  • "INVITED" : The user is invited to join the space, but hasn't joined it.
  • "NOT_A_MEMBER" : The user doesn't belong to the space and doesn't have a pending invitation to join the space.

Implementation

core.String? state;