state property

String? state
getter/setter pair

State of the ad unit.

Required. Possible string values are:

  • "STATE_UNSPECIFIED" : State unspecified.
  • "ACTIVE" : Ad unit has been activated by the user.
  • "ARCHIVED" : Ad unit has been archived by the user. Note that archived ad units are only removed from the default view in the UI. Archived ad units can still serve ads.

Implementation

core.String? state;