GoogleAdsSearchads360V23CommonAppAdInfo class
An app ad.
Constructors
-
GoogleAdsSearchads360V23CommonAppAdInfo({GoogleAdsSearchads360V23CommonAdAppDeepLinkAsset? appDeepLink, List<
GoogleAdsSearchads360V23CommonAdTextAsset> ? descriptions, List<GoogleAdsSearchads360V23CommonAdTextAsset> ? headlines, List<GoogleAdsSearchads360V23CommonAdMediaBundleAsset> ? html5MediaBundles, List<GoogleAdsSearchads360V23CommonAdImageAsset> ? images, GoogleAdsSearchads360V23CommonAdTextAsset? mandatoryAdText, List<GoogleAdsSearchads360V23CommonAdVideoAsset> ? youtubeVideos}) - GoogleAdsSearchads360V23CommonAppAdInfo.fromJson(Map json_)
Properties
- appDeepLink ↔ GoogleAdsSearchads360V23CommonAdAppDeepLinkAsset?
-
An app deep link asset that may be used with the ad.
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
-
html5MediaBundles
↔ List<
GoogleAdsSearchads360V23CommonAdMediaBundleAsset> ? -
List of media bundle assets that may be used with the ad.
getter/setter pair
-
images
↔ List<
GoogleAdsSearchads360V23CommonAdImageAsset> ? -
List of image assets that may be displayed with the ad.
getter/setter pair
- mandatoryAdText ↔ GoogleAdsSearchads360V23CommonAdTextAsset?
-
Mandatory ad text.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
youtubeVideos
↔ 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