Class RegionProto
A rectangular region.
Implements
Inherited Members
Namespace: Google.Apis.ToolResults.v1beta3.Data
Assembly: Google.Apis.ToolResults.v1beta3.dll
Syntax
public class RegionProto : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HeightPx
The height, in pixels. Always set.
Declaration
[JsonProperty("heightPx")]
public virtual int? HeightPx { get; set; }
Property Value
Type | Description |
---|---|
int? |
LeftPx
The left side of the rectangle, in pixels. Always set.
Declaration
[JsonProperty("leftPx")]
public virtual int? LeftPx { get; set; }
Property Value
Type | Description |
---|---|
int? |
TopPx
The top of the rectangle, in pixels. Always set.
Declaration
[JsonProperty("topPx")]
public virtual int? TopPx { get; set; }
Property Value
Type | Description |
---|---|
int? |
WidthPx
The width, in pixels. Always set.
Declaration
[JsonProperty("widthPx")]
public virtual int? WidthPx { get; set; }
Property Value
Type | Description |
---|---|
int? |