Class CreativeDimensions
The dimensions of a creative. This applies to only HTML and Native creatives.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class CreativeDimensions : 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 creative in pixels.
Declaration
[JsonProperty("height")]
public virtual long? Height { get; set; }
Property Value
Type | Description |
---|---|
long? |
Width
The width of the creative in pixels.
Declaration
[JsonProperty("width")]
public virtual long? Width { get; set; }
Property Value
Type | Description |
---|---|
long? |