state property

String? state
getter/setter pair

The current state of this CTA.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified CTA state.
  • "DRAFT" : The CTA is a draft and not yet visible to users.
  • "ACTIVE" : The CTA is active and visible to users.

Implementation

core.String? state;