GoogleAdsSearchads360V23ResourcesCallReportingSetting class
Call reporting setting for a customer.
Constructors
- GoogleAdsSearchads360V23ResourcesCallReportingSetting({String? callConversionAction, bool? callConversionReportingEnabled, bool? callReportingEnabled})
- GoogleAdsSearchads360V23ResourcesCallReportingSetting.fromJson(Map json_)
Properties
- callConversionAction ↔ String?
-
Customer-level call conversion action to attribute a call conversion to.
getter/setter pair
- callConversionReportingEnabled ↔ bool?
-
Whether to enable call conversion reporting.
getter/setter pair
- callReportingEnabled ↔ bool?
-
Enable reporting of phone call events by redirecting them through Google
System.
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