Show / Hide Table of Contents

Class WarningCount

The warning count for a given warning reason.

Inheritance
object
WarningCount
Implements
IMessage<WarningCount>
IEquatable<WarningCount>
IDeepCloneable<WarningCount>
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 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
In this article
Back to top Generated by DocFX