GoogleAdsSearchads360V23CommonSitelinkAsset class
A Sitelink asset.
Constructors
-
GoogleAdsSearchads360V23CommonSitelinkAsset({List<
GoogleAdsSearchads360V23CommonAdScheduleInfo> ? adScheduleTargets, String? description1, String? description2, String? endDate, String? linkText, String? startDate}) - GoogleAdsSearchads360V23CommonSitelinkAsset.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
- description1 ↔ String?
-
First line of the description for the sitelink.
getter/setter pair
- description2 ↔ String?
-
Second line of the description for the sitelink.
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
- linkText ↔ String?
-
URL display text for the sitelink.
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
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