Class SignalGroup
A group of signals and their counts.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class SignalGroup : 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 |
IssueCount
When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.
Declaration
[JsonProperty("issueCount")]
public virtual int? IssueCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Signals
List of signals present in the group and associated with the resource. Only applies to a DatabaseResource.
Declaration
[JsonProperty("signals")]
public virtual IList<Signal> Signals { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Signal> |