Show / Hide Table of Contents

Class GoogleCloudApihubV1Issue

Issue contains the details of a single issue found by the linter.

Inheritance
object
GoogleCloudApihubV1Issue
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.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Issue : IDirectResponseSchema

Properties

Code

Required. Rule code unique to each rule defined in linter.

Declaration
[JsonProperty("code")]
public virtual string Code { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Message

Required. Human-readable message describing the issue found by the linter.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Path

Required. An array of strings indicating the location in the analyzed document where the rule was triggered.

Declaration
[JsonProperty("path")]
public virtual IList<string> Path { get; set; }
Property Value
Type Description
IList<string>

Range

Required. Object describing where in the file the issue was found.

Declaration
[JsonProperty("range")]
public virtual GoogleCloudApihubV1Range Range { get; set; }
Property Value
Type Description
GoogleCloudApihubV1Range

Severity

Required. Severity level of the rule violation.

Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX