Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesHotelAssetSuggestion

Message containing the asset suggestions for a hotel.

Inheritance
object
GoogleAdsSearchads360V23ServicesHotelAssetSuggestion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesHotelAssetSuggestion : IDirectResponseSchema

Properties

CallToAction

Call to action type.

Declaration
[JsonProperty("callToAction")]
public virtual string CallToAction { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FinalUrl

Suggested final URL for an AssetGroup.

Declaration
[JsonProperty("finalUrl")]
public virtual string FinalUrl { get; set; }
Property Value
Type Description
string

HotelName

Hotel name in requested language.

Declaration
[JsonProperty("hotelName")]
public virtual string HotelName { get; set; }
Property Value
Type Description
string

ImageAssets

Image assets such as landscape/portrait/square, etc.

Declaration
[JsonProperty("imageAssets")]
public virtual IList<GoogleAdsSearchads360V23ServicesHotelImageAsset> ImageAssets { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesHotelImageAsset>

PlaceId

Google Places ID of the hotel.

Declaration
[JsonProperty("placeId")]
public virtual string PlaceId { get; set; }
Property Value
Type Description
string

Status

The status of the hotel asset suggestion.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

TextAssets

Text assets such as headline, description, etc.

Declaration
[JsonProperty("textAssets")]
public virtual IList<GoogleAdsSearchads360V23ServicesHotelTextAsset> TextAssets { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesHotelTextAsset>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX