GoogleAdsSearchads360V23CommonUnifiedCallAsset class
A unified call asset.
Constructors
-
GoogleAdsSearchads360V23CommonUnifiedCallAsset({List<
GoogleAdsSearchads360V23CommonAdScheduleInfo> ? adScheduleTargets, String? callConversionAction, String? callConversionReportingState, bool? callOnly, bool? callTrackingEnabled, String? countryCode, String? endDate, String? phoneNumber, String? startDate, bool? useSearcherTimeZone}) - GoogleAdsSearchads360V23CommonUnifiedCallAsset.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.
getter/setter pair
- callOnly ↔ bool?
-
Whether the call only shows the phone number without a link to the
website.
getter/setter pair
- callTrackingEnabled ↔ bool?
-
Whether the call should be enabled on call tracking.
getter/setter pair
- countryCode ↔ String?
-
Two-letter country code of the phone number.
getter/setter pair
- endDate ↔ String?
-
Last date of when this asset is effective and still serving, in yyyy-MM-dd
format.
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
- startDate ↔ String?
-
Start date of when this asset is effective and can begin serving, in
yyyy-MM-dd format.
getter/setter pair
- useSearcherTimeZone ↔ bool?
-
Whether to show the call extension in search user's time zone.
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