Class ReportDefinition.Types.Slice
Use to specify a slice of data.
For example, in a report, to focus on just data from the US, specify
COUNTRY_NAME for dimension and value: "United States".
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ReportDefinition.Types.Slice : IMessage<ReportDefinition.Types.Slice>, IEquatable<ReportDefinition.Types.Slice>, IDeepCloneable<ReportDefinition.Types.Slice>, IBufferMessage, IMessage
Constructors
Slice()
Declaration
public Slice()
Slice(Slice)
Declaration
public Slice(ReportDefinition.Types.Slice other)
Parameters
| Type | Name | Description |
|---|---|---|
| ReportDefinition.Types.Slice | other |
Properties
Dimension
Required. The dimension to slice on.
Declaration
public ReportDefinition.Types.Dimension Dimension { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportDefinition.Types.Dimension |
Value
Required. The value of the dimension.
Declaration
public ReportValue Value { get; set; }
Property Value
| Type | Description |
|---|---|
| ReportValue |