Database Center v1beta API - Class IssueCount (1.0.0-beta03)

public sealed class IssueCount : IMessage<IssueCount>, IEquatable<IssueCount>, IDeepCloneable<IssueCount>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class IssueCount.

Count of issues for a group of signals.

Inheritance

object > IssueCount

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

IssueCount()

public IssueCount()

IssueCount(IssueCount)

public IssueCount(IssueCount other)
Parameter
Name Description
other IssueCount

Properties

DisplayName

public string DisplayName { get; set; }

Title of a signal group corresponding to the request.

Property Value
Type Description
string

IssueCount_

public int IssueCount_ { get; set; }

The count of the number of issues associated with those resources that are explicitly filtered in by the filters present in the request. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.

Property Value
Type Description
int