Show / Hide Table of Contents

Class ReportDataTable

A table containing report data including dimension and metric values.

Inheritance
object
ReportDataTable
Implements
IMessage<ReportDataTable>
IEquatable<ReportDataTable>
IDeepCloneable<ReportDataTable>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ReportDataTable : IMessage<ReportDataTable>, IEquatable<ReportDataTable>, IDeepCloneable<ReportDataTable>, IBufferMessage, IMessage

Constructors

ReportDataTable()

Declaration
public ReportDataTable()

ReportDataTable(ReportDataTable)

Declaration
public ReportDataTable(ReportDataTable other)
Parameters
Type Name Description
ReportDataTable other
In this article
Back to top Generated by DocFX