Class GoogleCloudApihubV1Range
Object describing where in the file the issue was found.
Implements
Inherited Members
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Range : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
End
Required. End of the issue.
Declaration
[JsonProperty("end")]
public virtual GoogleCloudApihubV1Point End { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1Point |
Start
Required. Start of the issue.
Declaration
[JsonProperty("start")]
public virtual GoogleCloudApihubV1Point Start { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudApihubV1Point |