Show / Hide Table of Contents

Class ExchangeConfigEnabledExchange

An enabled exchange in the partner.

Inheritance
object
ExchangeConfigEnabledExchange
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 ExchangeConfigEnabledExchange : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Exchange

The enabled exchange.

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

GoogleAdManagerAgencyId

Output only. Agency ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.

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

GoogleAdManagerBuyerNetworkId

Output only. Network ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.

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

SeatId

Output only. Seat ID of the enabled exchange.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX