closingReason property

String? closingReason
getter/setter pair

Indicating the reason why this user list membership status is closed.

It is only populated on lists that were automatically closed due to inactivity, and will be cleared once the list membership status becomes open. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "UNUSED" : The userlist was closed because of not being used for over one year.

Implementation

core.String? closingReason;