Class Dimensions
Dimensions.
Inheritance
System.Object
Dimensions
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class Dimensions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HeightPixels
The height in pixels.
Declaration
[JsonProperty("heightPixels")]
public virtual int? HeightPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
WidthPixels
The width in pixels.
Declaration
[JsonProperty("widthPixels")]
public virtual int? WidthPixels { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Implements
Google.Apis.Requests.IDirectResponseSchema