GoogleAdsSearchads360V23CommonCalloutAsset class
A Callout asset.
Constructors
-
GoogleAdsSearchads360V23CommonCalloutAsset({List<
GoogleAdsSearchads360V23CommonAdScheduleInfo> ? adScheduleTargets, String? calloutText, String? endDate, String? startDate}) - GoogleAdsSearchads360V23CommonCalloutAsset.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
- calloutText ↔ String?
-
The callout text.
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
- 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
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