public sealed class IssueCount : IMessage<IssueCount>, IEquatable<IssueCount>, IDeepCloneable<IssueCount>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class IssueCount.
Count of issues for a group of signals.
Implements
IMessageIssueCount, IEquatableIssueCount, IDeepCloneableIssueCount, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
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 |
|