Show / Hide Table of Contents

Class InventorySizeTargeting

Represents the size of an ad unit that can be targeted on a bid request.

Inheritance
object
InventorySizeTargeting
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.AuthorizedBuyersMarketplace.v1.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.dll
Syntax
public class InventorySizeTargeting : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludedInventorySizes

A list of inventory sizes to be excluded.

Declaration
[JsonProperty("excludedInventorySizes")]
public virtual IList<AdSize> ExcludedInventorySizes { get; set; }
Property Value
Type Description
IList<AdSize>

TargetedInventorySizes

A list of inventory sizes to be included.

Declaration
[JsonProperty("targetedInventorySizes")]
public virtual IList<AdSize> TargetedInventorySizes { get; set; }
Property Value
Type Description
IList<AdSize>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX