Class AdSize
Represents size of a single ad slot, or a creative.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class AdSize : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Height
The height of the ad slot in pixels. This field will be present only when size type is PIXEL
.
Declaration
[JsonProperty("height")]
public virtual long? Height { get; set; }
Property Value
Type | Description |
---|---|
long? |
SizeType
The size type of the ad slot.
Declaration
[JsonProperty("sizeType")]
public virtual string SizeType { get; set; }
Property Value
Type | Description |
---|---|
string |
Width
The width of the ad slot in pixels. This field will be present only when size type is PIXEL
.
Declaration
[JsonProperty("width")]
public virtual long? Width { get; set; }
Property Value
Type | Description |
---|---|
long? |