Class Size
A width and height.
Inheritance
System.Object
Size
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.Slides.v1.Data
Assembly: Google.Apis.Slides.v1.dll
Syntax
public class Size : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Height
The height of the object.
Declaration
[JsonProperty("height")]
public virtual Dimension Height { get; set; }
Property Value
| Type | Description |
|---|---|
| Dimension |
Width
The width of the object.
Declaration
[JsonProperty("width")]
public virtual Dimension Width { get; set; }
Property Value
| Type | Description |
|---|---|
| Dimension |
Implements
Google.Apis.Requests.IDirectResponseSchema