status property

String? status
getter/setter pair

The status of the user list.

A new user list starts out as open.

Output only. Possible string values are:

  • "STATUS_UNSPECIFIED" : Default value that should never be used.
  • "OPEN" : New users can be added to the user list.
  • "CLOSED" : New users cannot be added to the user list.

Implementation

core.String? status;