Class Seller
Represents a seller of inventory. Each seller is identified by a unique Ad Manager account ID.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class Seller : IDirectResponseSchema
Properties
AccountId
The unique ID for the seller. The seller fills in this field. The seller account ID is then available to buyer in the product.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { 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 |
SubAccountId
Output only. Ad manager network code for the seller.
Declaration
[JsonProperty("subAccountId")]
public virtual string SubAccountId { get; set; }
Property Value
Type | Description |
---|---|
string |