Show / Hide Table of Contents

Class BusinessChainSearchTerms

Search terms for Business Chain targeting options. At least one of the field should be populated.

Inheritance
object
BusinessChainSearchTerms
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX