Show / Hide Table of Contents

Class Report.Types.Field

A dimension or a metric in a report.

Inheritance
object
Report.Types.Field
Implements
IMessage<Report.Types.Field>
IEquatable<Report.Types.Field>
IDeepCloneable<Report.Types.Field>
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 Report.Types.Field : IMessage<Report.Types.Field>, IEquatable<Report.Types.Field>, IDeepCloneable<Report.Types.Field>, IBufferMessage, IMessage

Constructors

Field()

Declaration
public Field()

Field(Field)

Declaration
public Field(Report.Types.Field other)
Parameters
Type Name Description
Report.Types.Field other

Properties

Dimension

The dimension this field represents.

Declaration
public Report.Types.Dimension Dimension { get; set; }
Property Value
Type Description
Report.Types.Dimension

FieldCase

Declaration
public Report.Types.Field.FieldOneofCase FieldCase { get; }
Property Value
Type Description
Report.Types.Field.FieldOneofCase

HasDimension

Gets whether the "dimension" field is set

Declaration
public bool HasDimension { get; }
Property Value
Type Description
bool

HasMetric

Gets whether the "metric" field is set

Declaration
public bool HasMetric { get; }
Property Value
Type Description
bool

Metric

The metric this field represents.

Declaration
public Report.Types.Metric Metric { get; set; }
Property Value
Type Description
Report.Types.Metric
In this article
Back to top Generated by DocFX