GoogleAdsSearchads360V23CommonLocalAdInfo class
A local ad.
Constructors
-
GoogleAdsSearchads360V23CommonLocalAdInfo({List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? callToActions, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? logoImages, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? marketingImages, String? path1, String? path2, List<GoogleAdsSearchads360V23CommonAdVideoAsset> ? videos}) - GoogleAdsSearchads360V23CommonLocalAdInfo.fromJson(Map json_)
Properties
-
callToActions
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets for call-to-actions.
getter/setter pair
-
descriptions
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets for descriptions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headlines
↔ List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? -
List of text assets for headlines.
getter/setter pair
-
logoImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
List of logo image assets that may be displayed with the ad.
getter/setter pair
-
marketingImages
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
List of marketing image assets that may be displayed with the ad.
getter/setter pair
- path1 ↔ String?
-
First part of optional text that can be appended to the URL in the ad.
getter/setter pair
- path2 ↔ String?
-
Second part of optional text that can be appended to the URL in the ad.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
videos
↔ List<
GoogleAdsSearchads360V23CommonAdVideoAsset> ? -
List of YouTube video assets that may be displayed with the ad.
getter/setter pair
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