state property
Approval state of the account.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : Unspecified.
- "UNCHECKED" : Unchecked.
- "APPROVED" : The account is ready to serve ads.
- "DISAPPROVED" : The account has been blocked from serving ads.
Implementation
core.String? state;