accountStatus property
Account status, for example, Enabled, Paused, Removed, etc.
Output only. Possible string values are:
- "UNSPECIFIED" : Default value.
- "UNKNOWN" : Unknown value.
- "ENABLED" : Account is able to serve ads.
- "PAUSED" : Account is deactivated by the user.
- "SUSPENDED" : Account is deactivated by an internal process.
- "REMOVED" : Account is irrevocably deactivated.
- "DRAFT" : Account is still in the process of setup, not ENABLED yet.
Implementation
core.String? accountStatus;