status property
The status of the customer.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "ENABLED" : Indicates an active account able to serve ads.
- "CANCELED" : Indicates a canceled account unable to serve ads. Can be reactivated by an admin user.
- "SUSPENDED" : Indicates a suspended account unable to serve ads. May only be activated by Google support.
- "CLOSED" : Indicates a closed account unable to serve ads. Test account will also have CLOSED status. Status is permanent and may not be reopened.
Implementation
core.String? status;