Class BusinessChainSearchTerms
Search terms for Business Chain targeting options. At least one of the field should be populated.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class BusinessChainSearchTerms : IDirectResponseSchema
Properties
BusinessChainQuery
The search query for the desired business chain. The query must be the full name of the business, e.g. "KFC", "mercedes-benz".
Declaration
[JsonProperty("businessChainQuery")]
public virtual string BusinessChainQuery { 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 |
RegionQuery
The search query for the desired geo region, e.g. "Seattle", "United State".
Declaration
[JsonProperty("regionQuery")]
public virtual string RegionQuery { get; set; }
Property Value
Type | Description |
---|---|
string |