GoogleAdsSearchads360V23ServicesEnableOperation class

A single enable operation of a campaign.

Constructors

GoogleAdsSearchads360V23ServicesEnableOperation({String? accentColor, bool? autoPopulateBrandAssets, GoogleAdsSearchads360V23ServicesBrandCampaignAssets? brandAssets, String? campaign, String? finalUriDomain, String? fontFamily, String? mainColor})
GoogleAdsSearchads360V23ServicesEnableOperation.fromJson(Map json_)

Properties

accentColor String?
Hex code representation of the accent brand color, for example #00ff00.
getter/setter pair
autoPopulateBrandAssets bool?
The switch to automatically populate top-performing brand assets.
getter/setter pair
brandAssets GoogleAdsSearchads360V23ServicesBrandCampaignAssets?
The brand assets linked to the campaign.
getter/setter pair
campaign String?
The resource name of the campaign to enable.
getter/setter pair
finalUriDomain String?
The domain of the final uri.
getter/setter pair
fontFamily String?
The font family is specified as a string, and must be one of the following: "Open Sans", "Roboto", "Roboto Slab", "Montserrat", "Poppins", "Lato", "Oswald", or "Playfair Display".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainColor String?
Hex code representation of the main brand color, for example #00ff00.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited