Class Issue
Issues include warnings, errors, and deprecation notices.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class Issue : IDirectResponseSchema
Properties
Description
Short error description.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
Severity
The severity of the issue.
Declaration
[JsonProperty("severity")]
public virtual string Severity { get; set; }
Property Value
Type | Description |
---|---|
string |
SourcePosition
Position of the issue in the Source
.
Declaration
[JsonProperty("sourcePosition")]
public virtual SourcePosition SourcePosition { get; set; }
Property Value
Type | Description |
---|---|
SourcePosition |