Class Report.Types.Field
A dimension or a metric in a report.
Inheritance
Report.Types.Field
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
Field(Field)
Declaration
public Field(Report.Types.Field other)
Parameters
Properties
Dimension
The dimension this field represents.
Declaration
public Report.Types.Dimension Dimension { get; set; }
Property Value
FieldCase
Declaration
public Report.Types.Field.FieldOneofCase FieldCase { get; }
Property Value
HasDimension
Gets whether the "dimension" field is set
Declaration
public bool HasDimension { get; }
Property Value
HasMetric
Gets whether the "metric" field is set
Declaration
public bool HasMetric { get; }
Property Value
Metric
The metric this field represents.
Declaration
public Report.Types.Metric Metric { get; set; }
Property Value