Show / Hide Table of Contents

Class Issue

Issues include warnings, errors, and deprecation notices.

Inheritance
object
Issue
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX