GoogleAdsSearchads360V23CommonUnifiedSitelinkAsset class

A unified sitelink asset.

Constructors

GoogleAdsSearchads360V23CommonUnifiedSitelinkAsset({List<GoogleAdsSearchads360V23CommonAdScheduleInfo>? adScheduleTargets, String? description1, String? description2, String? endDate, String? linkText, bool? mobilePreferred, String? startDate, String? trackingId, bool? useSearcherTimeZone})
GoogleAdsSearchads360V23CommonUnifiedSitelinkAsset.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
mobilePreferred bool?
Whether the preference is for the sitelink asset to be displayed on mobile devices.
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
trackingId String?
ID used for tracking clicks for the sitelink asset.
getter/setter pair
useSearcherTimeZone bool?
Whether to show the sitelink asset 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