GoogleAdsSearchads360V23CommonCallFeedItem class

Represents a Call extension.

Constructors

GoogleAdsSearchads360V23CommonCallFeedItem({String? callConversionAction, String? callConversionReportingState, bool? callConversionTrackingDisabled, bool? callTrackingEnabled, String? countryCode, String? phoneNumber})
GoogleAdsSearchads360V23CommonCallFeedItem.fromJson(Map json_)

Properties

callConversionAction String?
The conversion action to attribute a call conversion to.
getter/setter pair
callConversionReportingState String?
Enum value that indicates whether this call extension uses its own call conversion setting (or just have call conversion disabled), or following the account level setting. Possible string values are:
getter/setter pair
callConversionTrackingDisabled bool?
If true, disable call conversion tracking.
getter/setter pair
callTrackingEnabled bool?
Indicates whether call tracking is enabled.
getter/setter pair
countryCode String?
Uppercase two-letter country code of the advertiser's phone number.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
The advertiser's phone number to append to the ad.
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