Class DatabaseResourceIssue
DatabaseResource and Issue associated with it.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class DatabaseResourceIssue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Resource
Resource associated with the issue.
Declaration
[JsonProperty("resource")]
public virtual DatabaseResource Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseResource |
Signal
Signal associated with the issue.
Declaration
[JsonProperty("signal")]
public virtual Signal Signal { get; set; }
Property Value
| Type | Description |
|---|---|
| Signal |