Show / Hide Table of Contents

Class WarningInfo

Warning counts for each type of warning.

Inheritance
object
WarningInfo
Implements
IMessage<WarningInfo>
IEquatable<WarningInfo>
IDeepCloneable<WarningInfo>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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>
In this article
Back to top Generated by DocFX