Class InventoryTypeTargeting
Targeting of the inventory types a bid request can originate from.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class InventoryTypeTargeting : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InventoryTypes
The list of targeted inventory types for the bid request.
Declaration
[JsonProperty("inventoryTypes")]
public virtual IList<string> InventoryTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |