Class Dimensions
Dimensions.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class Dimensions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HeightPixels
The height in pixels.
Declaration
[JsonProperty("heightPixels")]
public virtual int? HeightPixels { get; set; }
Property Value
Type | Description |
---|---|
int? |
WidthPixels
The width in pixels.
Declaration
[JsonProperty("widthPixels")]
public virtual int? WidthPixels { get; set; }
Property Value
Type | Description |
---|---|
int? |