Show / Hide Table of Contents

Class GoogleCloudApihubV1LintResponse

LintResponse contains the response from the linter.

Inheritance
object
GoogleCloudApihubV1LintResponse
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 GoogleCloudApihubV1LintResponse : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Required. Timestamp when the linting response was generated.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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

Issues

Optional. Array of issues found in the analyzed document.

Declaration
[JsonProperty("issues")]
public virtual IList<GoogleCloudApihubV1Issue> Issues { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1Issue>

Linter

Required. Name of the linter used.

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

Source

Required. Name of the linting application.

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

State

Required. Lint state represents success or failure for linting.

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

Summary

Optional. Summary of all issue types and counts for each severity level.

Declaration
[JsonProperty("summary")]
public virtual IList<GoogleCloudApihubV1SummaryEntry> Summary { get; set; }
Property Value
Type Description
IList<GoogleCloudApihubV1SummaryEntry>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX