GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView class

A dynamic search ads search term view.

Constructors

GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView({bool? hasMatchingKeyword, bool? hasNegativeKeyword, bool? hasNegativeUrl, String? headline, String? landingPage, String? pageUrl, String? resourceName, String? searchTerm})
GoogleAdsSearchads360V23ResourcesDynamicSearchAdsSearchTermView.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
hasMatchingKeyword bool?
True if query is added to targeted keywords.
getter/setter pair
hasNegativeKeyword bool?
True if query matches a negative keyword.
getter/setter pair
hasNegativeUrl bool?
True if query matches a negative url.
getter/setter pair
headline String?
The dynamically generated headline of the Dynamic Search Ad.
getter/setter pair
landingPage String?
The dynamically selected landing page URL of the impression.
getter/setter pair
pageUrl String?
The URL of page feed item served for the impression.
getter/setter pair
resourceName String?
The resource name of the dynamic search ads search term view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTerm String?
Search term This field is read-only.
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