Class GoogleAdsSearchads360V23ServicesSuggestTravelAssetsRequest
Request message for TravelAssetSuggestionService.SuggestTravelAssets.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesSuggestTravelAssetsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageOption
Required. The language specifications in BCP 47 format (for example, en-US, zh-CN, etc.) for the asset suggestions. Text will be in this language. Usually matches one of the campaign target languages.
Declaration
[JsonProperty("languageOption")]
public virtual string LanguageOption { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlaceIds
The Google Maps Place IDs of hotels for which assets are requested. See https://developers.google.com/places/web-service/place-id for more information.
Declaration
[JsonProperty("placeIds")]
public virtual IList<string> PlaceIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |