Class GoogleCloudApihubV1Point
Point within the file (line and character).
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Point : IDirectResponseSchema
Properties
Character
Required. Character position within the line (zero-indexed).
Declaration
[JsonProperty("character")]
public virtual int? Character { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Line
Required. Line number (zero-indexed).
Declaration
[JsonProperty("line")]
public virtual int? Line { get; set; }
Property Value
Type | Description |
---|---|
int? |