state property
State of the account.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State unspecified.
- "READY" : The account is open and ready to serve ads.
- "NEEDS_ATTENTION" : There are some issues with this account. Publishers should visit AdSense in order to fix the account.
- "CLOSED" : The account is closed and can't serve ads.
Implementation
core.String? state;