Class Warning
Represents a single warning encountered during the request.
Implements
Inherited Members
Namespace: Google.Apis.Chromewebstore.v2.Data
Assembly: Google.Apis.Chromewebstore.v2.dll
Syntax
public class Warning : IDirectResponseSchema
Properties
Description
A description of the warning. Developers should use this message to understand the warning and take appropriate action to resolve the issue.
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
The reason for the warning. This is a constant value that identifies the proximate cause of the warning.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |