Class Workaround
Workaround provides suggestions to address errors and warnings.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseDataConnect.v1beta.Data
Assembly: Google.Apis.FirebaseDataConnect.v1beta.dll
Syntax
public class Workaround : IDirectResponseSchema
Properties
Description
Description of this workaround.
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 |
Reason
Why would this workaround address the error and warning.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Replace
A suggested code snippet to fix the error and warning.
Declaration
[JsonProperty("replace")]
public virtual string Replace { get; set; }
Property Value
| Type | Description |
|---|---|
| string |