API hub v1 API - Class Range (1.0.0-beta02)

public sealed class Range : IMessage<Range>, IEquatable<Range>, IDeepCloneable<Range>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class Range.

Object describing where in the file the issue was found.

Inheritance

object > Range

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

Range()

public Range()

Range(Range)

public Range(Range other)
Parameter
Name Description
other Range

Properties

End

public Point End { get; set; }

Required. End of the issue.

Property Value
Type Description
Point

Start

public Point Start { get; set; }

Required. Start of the issue.

Property Value
Type Description
Point