Class AdSize
Represents size of a single ad slot, or a creative.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.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? |
Type
The type of the ad slot size.
Declaration
[JsonProperty("type")]
public virtual string Type { 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? |