type property

String? type
getter/setter pair

The type of this CTA.

Required. Possible string values are:

  • "TYPE_UNSPECIFIED" : Unspecified CTA type.
  • "NEWSLETTER_SIGNUP" : CTA for newsletter subscription signup.

Implementation

core.String? type;