Class WarningCount
The warning count for a given warning reason.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class WarningCount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Reason
The warning reason.
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecordCount
The count of records that have a warning.
Declaration
[JsonProperty("recordCount")]
public virtual long? RecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |