GoogleAdsSearchads360V23ResourcesCampaignBrandGuidelines class
Settings that control the visual appearance of your brand in a campaign's automatically generated assets and formats.
Only applicable to Performance Max campaigns.
Constructors
- GoogleAdsSearchads360V23ResourcesCampaignBrandGuidelines({String? accentColor, String? mainColor, String? predefinedFontFamily})
- GoogleAdsSearchads360V23ResourcesCampaignBrandGuidelines.fromJson(Map json_)
Properties
- accentColor ↔ String?
-
The accent brand color, entered as a hex code (e.g., #00ff00).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainColor ↔ String?
-
The main brand color, entered as a hex code (e.g., #00ff00).
getter/setter pair
- predefinedFontFamily ↔ String?
-
The brand's font family.
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