state property
State of the ad client.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State unspecified.
- "READY" : The ad client is ready to show ads.
- "GETTING_READY" : Running some checks on the ad client before it is ready to serve ads.
- "REQUIRES_REVIEW" : The ad client hasn't been checked yet. There are tasks pending before AdSense will start the review.
Implementation
core.String? state;