membershipStatus property
Membership status of this user list.
Indicates whether a user list is open or active. Only open user lists can accumulate more users and can be targeted to. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "OPEN" : Open status - List is accruing members and can be targeted to.
- "CLOSED" : Closed status - No new members being added. Cannot be used for targeting.
Implementation
core.String? membershipStatus;