API hub v1 API - Class LintResponse.Types.SummaryEntry (1.0.0-beta02)

public sealed class LintResponse.Types.SummaryEntry : IMessage<LintResponse.Types.SummaryEntry>, IEquatable<LintResponse.Types.SummaryEntry>, IDeepCloneable<LintResponse.Types.SummaryEntry>, IBufferMessage, IMessage

Reference documentation and code samples for the API hub v1 API class LintResponse.Types.SummaryEntry.

Count of issues with a given severity.

Inheritance

object > LintResponse.Types.SummaryEntry

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

SummaryEntry()

public SummaryEntry()

SummaryEntry(SummaryEntry)

public SummaryEntry(LintResponse.Types.SummaryEntry other)
Parameter
Name Description
other LintResponseTypesSummaryEntry

Properties

Count

public int Count { get; set; }

Required. Count of issues with the given severity.

Property Value
Type Description
int

Severity

public Severity Severity { get; set; }

Required. Severity of the issue.

Property Value
Type Description
Severity