Class StudioCreativeDimension
Dimension information for a studio creative.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class StudioCreativeDimension : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Height
Height of the studio creative.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Width
Width of the studio creative.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |