GoogleAdsSearchads360V23CommonExpandedTextAdInfo class

An expanded text ad.

Expanded text ads are deprecated.

Constructors

GoogleAdsSearchads360V23CommonExpandedTextAdInfo({String? description, String? description2, String? headlinePart1, String? headlinePart2, String? headlinePart3, String? path1, String? path2})
GoogleAdsSearchads360V23CommonExpandedTextAdInfo.fromJson(Map json_)

Properties

description String?
The description of the ad.
getter/setter pair
description2 String?
The second description of the ad.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headlinePart1 String?
The first part of the ad's headline.
getter/setter pair
headlinePart2 String?
The second part of the ad's headline.
getter/setter pair
headlinePart3 String?
The third part of the ad's headline.
getter/setter pair
path1 String?
The text that can appear alongside the ad's displayed URL.
getter/setter pair
path2 String?
Additional text that can appear alongside the ad's displayed URL.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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