GoogleAdsSearchads360V23CommonUrlCollection class

Collection of urls that is tagged with a unique identifier.

Constructors

GoogleAdsSearchads360V23CommonUrlCollection({List<String>? finalMobileUrls, List<String>? finalUrls, String? trackingUrlTemplate, String? urlCollectionId})
GoogleAdsSearchads360V23CommonUrlCollection.fromJson(Map json_)

Properties

finalMobileUrls List<String>?
A list of possible final mobile URLs.
getter/setter pair
finalUrls List<String>?
A list of possible final URLs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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
urlCollectionId String?
Unique identifier for this UrlCollection instance.
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