Show / Hide Table of Contents

Class AdSize

Represents size of a single ad slot, or a creative.

Inheritance
object
AdSize
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX