Class Size
Represents the dimensions of ads, placements, creatives, or creative assets.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Size : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Height
Height of this size. Acceptable values are 0 to 32767, inclusive.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type | Description |
---|---|
int? |
Iab
IAB standard size. This is a read-only, auto-generated field.
Declaration
[JsonProperty("iab")]
public virtual bool? Iab { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Id
ID of this size. This is a read-only, auto-generated field.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#size".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Width
Width of this size. Acceptable values are 0 to 32767, inclusive.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type | Description |
---|---|
int? |