VideoPerformanceAd class
Details for a video performance ad.
Constructors
- 
          VideoPerformanceAd({List<
String> ? actionButtonLabels, List<ImageAsset> ? companionBanners, Map<String, String> ? customParameters, List<String> ? descriptions, String? displayUrlBreadcrumb1, String? displayUrlBreadcrumb2, String? domain, String? finalUrl, List<String> ? headlines, List<String> ? longHeadlines, String? trackingUrl, List<YoutubeVideoDetails> ? videos}) - VideoPerformanceAd.fromJson(Map json_)
 
Properties
- 
  actionButtonLabels
  ↔ List<
String> ? - 
  The list of text assets shown on the call-to-action button.
  getter/setter pair
 - 
  companionBanners
  ↔ List<
ImageAsset> ? - 
  The list of companion banners used by this ad.
  getter/setter pair
 - 
  customParameters
  ↔ Map<
String, String> ? - 
  The custom parameters to pass custom values to tracking URL template.
  getter/setter pair
 - 
  descriptions
  ↔ List<
String> ? - 
  The list of descriptions shown on the call-to-action banner.
  getter/setter pair
 - displayUrlBreadcrumb1 ↔ String?
 - 
  The first piece after the domain in the display URL.
  getter/setter pair
 - displayUrlBreadcrumb2 ↔ String?
 - 
  The second piece after the domain in the display URL.
  getter/setter pair
 - domain ↔ String?
 - 
  The domain of the display URL.
  getter/setter pair
 - finalUrl ↔ String?
 - 
  The URL address of the webpage that people reach after they click the ad.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  headlines
  ↔ List<
String> ? - 
  The list of headlines shown on the call-to-action banner.
  getter/setter pair
 - 
  longHeadlines
  ↔ List<
String> ? - 
  The list of lone headlines shown on the call-to-action banner.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - trackingUrl ↔ String?
 - 
  The URL address loaded in the background for tracking purposes.
  getter/setter pair
 - 
  videos
  ↔ List<
YoutubeVideoDetails> ? - 
  The list of YouTube video assets used by this 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