GoogleAdsSearchads360V23CommonSitelinkFeedItem class

Represents a sitelink.

Constructors

GoogleAdsSearchads360V23CommonSitelinkFeedItem({List<String>? finalMobileUrls, String? finalUrlSuffix, List<String>? finalUrls, String? line1, String? line2, String? linkText, String? trackingUrlTemplate, List<GoogleAdsSearchads360V23CommonCustomParameter>? urlCustomParameters})
GoogleAdsSearchads360V23CommonSitelinkFeedItem.fromJson(Map json_)

Properties

finalMobileUrls List<String>?
A list of possible final mobile URLs after all cross domain redirects.
getter/setter pair
finalUrls List<String>?
A list of possible final URLs after all cross domain redirects.
getter/setter pair
finalUrlSuffix String?
Final URL suffix to be appended to landing page URLs served with parallel tracking.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
line1 String?
First line of the description for the sitelink.
getter/setter pair
line2 String?
Second line of the description for the sitelink.
getter/setter pair
linkText String?
URL display text for the sitelink.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackingUrlTemplate String?
URL template for constructing a tracking URL.
getter/setter pair
urlCustomParameters List<GoogleAdsSearchads360V23CommonCustomParameter>?
A list of mappings to be used for substituting URL custom parameter tags in the tracking_url_template, final_urls, and/or final_mobile_urls.
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