Class PoiSearchTerms
Search terms for POI targeting options.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class PoiSearchTerms : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PoiQuery
The search query for the desired POI name, street address, or coordinate of the desired POI. The query can be a prefix, e.g. "Times squar", "40.7505045,-73.99562", "315 W 44th St", etc.
Declaration
[JsonProperty("poiQuery")]
public virtual string PoiQuery { get; set; }
Property Value
Type | Description |
---|---|
string |