Class ExchangeConfigEnabledExchange
An enabled exchange in the partner.
Inheritance
System.Object
ExchangeConfigEnabledExchange
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class ExchangeConfigEnabledExchange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exchange
The enabled exchange.
Declaration
[JsonProperty("exchange")]
public virtual string Exchange { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |
SeatId
Output only. Seat ID of the enabled exchange.
Declaration
[JsonProperty("seatId")]
public virtual string SeatId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema