GoogleAdsSearchads360V23CommonCallAsset class

A Call asset.

Constructors

GoogleAdsSearchads360V23CommonCallAsset({List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adScheduleTargets, String? callConversionAction, String? callConversionReportingState, String? countryCode, String? phoneNumber})
GoogleAdsSearchads360V23CommonCallAsset.fromJson(Map json_)

Properties

adScheduleTargets List<GoogleAdsSearchads360V23CommonAdScheduleInfo>?
List of non-overlapping schedules specifying all time intervals for which the asset may serve.
getter/setter pair
callConversionAction String?
The conversion action to attribute a call conversion to.
getter/setter pair
callConversionReportingState String?
Indicates whether this CallAsset should use its own call conversion setting, follow the account level setting, or disable call conversion. Possible string values are:
getter/setter pair
countryCode String?
Two-letter country code of the phone number.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phoneNumber String?
The advertiser's raw phone number.
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