Class WarningCount
The warning count for a given warning reason.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class WarningCount : IMessage<WarningCount>, IEquatable<WarningCount>, IDeepCloneable<WarningCount>, IBufferMessage, IMessage
Constructors
WarningCount()
Declaration
public WarningCount()
WarningCount(WarningCount)
Declaration
public WarningCount(WarningCount other)
Parameters
| Type | Name | Description |
|---|---|---|
| WarningCount | other |
Properties
Reason
The warning reason.
Declaration
public ProcessingWarningReason Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| ProcessingWarningReason |
RecordCount
The count of records that have a warning.
Declaration
public long RecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |