Class IssueCount
Count of issues for a group of signals.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class IssueCount : IDirectResponseSchema
Properties
DisplayName
Title of a signal group corresponding to the request.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
IssueCountValue
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.
Declaration
[JsonProperty("issueCount")]
public virtual int? IssueCountValue { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |