Class WarningInfo
Warning counts for each type of warning.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class WarningInfo : IMessage<WarningInfo>, IEquatable<WarningInfo>, IDeepCloneable<WarningInfo>, IBufferMessage, IMessage
Constructors
WarningInfo()
Declaration
public WarningInfo()
WarningInfo(WarningInfo)
Declaration
public WarningInfo(WarningInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| WarningInfo | other |
Properties
WarningCounts
A list of warnings and counts per warning reason.
Declaration
public RepeatedField<WarningCount> WarningCounts { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<WarningCount> |