GoogleAdsSearchads360V23ServicesHotelAssetSuggestion class
Message containing the asset suggestions for a hotel.
Constructors
-
GoogleAdsSearchads360V23ServicesHotelAssetSuggestion({String? callToAction, String? finalUrl, String? hotelName, List<
GoogleAdsSearchads360V23ServicesHotelImageAsset> ? imageAssets, String? placeId, String? status, List<GoogleAdsSearchads360V23ServicesHotelTextAsset> ? textAssets}) - GoogleAdsSearchads360V23ServicesHotelAssetSuggestion.fromJson(Map json_)
Properties
- callToAction ↔ String?
-
Call to action type.
Possible string values are:
getter/setter pair
- finalUrl ↔ String?
-
Suggested final URL for an AssetGroup.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hotelName ↔ String?
-
Hotel name in requested language.
getter/setter pair
-
imageAssets
↔ List<
GoogleAdsSearchads360V23ServicesHotelImageAsset> ? -
Image assets such as landscape/portrait/square, etc.
getter/setter pair
- placeId ↔ String?
-
Google Places ID of the hotel.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the hotel asset suggestion.
Possible string values are:
getter/setter pair
-
textAssets
↔ List<
GoogleAdsSearchads360V23ServicesHotelTextAsset> ? -
Text assets such as headline, description, etc.
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