state property
The participation state of the account in the program.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Default value. This value is unused.
- "NOT_ELIGIBLE" : The account is not eligible to participate in the program.
- "ELIGIBLE" : The account is eligible to participate in the program.
- "ENABLED" : The program is enabled for the account.
Implementation
core.String? state;