GoogleAdsSearchads360V23ServicesCallConversionResult class

Identifying information for a successfully processed CallConversionUpload.

Constructors

GoogleAdsSearchads360V23ServicesCallConversionResult({String? callStartDateTime, String? callerId, String? conversionAction, String? conversionDateTime})
GoogleAdsSearchads360V23ServicesCallConversionResult.fromJson(Map json_)

Properties

callerId String?
The caller id from which this call was placed.
getter/setter pair
callStartDateTime String?
The date time at which the call occurred.
getter/setter pair
conversionAction String?
Resource name of the conversion action associated with this conversion.
getter/setter pair
conversionDateTime String?
The date time at which the conversion occurred.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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