Show / Hide Table of Contents

Class RegionProto

A rectangular region.

Inheritance
object
RegionProto
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX