GoogleAdsSearchads360V23ResourcesCallView class

A call view that includes data for call tracking of call-only ads or call extensions.

Constructors

GoogleAdsSearchads360V23ResourcesCallView({String? callDurationSeconds, String? callStatus, String? callTrackingDisplayLocation, String? callerAreaCode, String? callerCountryCode, String? endCallDateTime, String? resourceName, String? startCallDateTime, String? type})
GoogleAdsSearchads360V23ResourcesCallView.fromJson(Map json_)

Properties

callDurationSeconds String?
The advertiser-provided call duration in seconds.
getter/setter pair
callerAreaCode String?
Area code of the caller.
getter/setter pair
callerCountryCode String?
code of the caller.
getter/setter pair
callStatus String?
The status of the call.
getter/setter pair
callTrackingDisplayLocation String?
The call tracking display location.
getter/setter pair
endCallDateTime String?
The advertiser-provided call end date time.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceName String?
The resource name of the call view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCallDateTime String?
The advertiser-provided call start date time.
getter/setter pair
type String?
The type of the call.
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