Show / Hide Table of Contents

Class DatabaseResourceIssue

DatabaseResource and Issue associated with it.

Inheritance
object
DatabaseResourceIssue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX