Class Report.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 Report.Types.Slice : IMessage<Report.Types.Slice>, IEquatable<Report.Types.Slice>, IDeepCloneable<Report.Types.Slice>, IBufferMessage, IMessage
Constructors
Slice()
Declaration
public Slice()
Slice(Slice)
Declaration
public Slice(Report.Types.Slice other)
Parameters
Type | Name | Description |
---|---|---|
Report.Types.Slice | other |
Properties
Dimension
Required. The dimension to slice on.
Declaration
public Report.Types.Dimension Dimension { get; set; }
Property Value
Type | Description |
---|---|
Report.Types.Dimension |
Value
Required. The value of the dimension.
Declaration
public Report.Types.Value Value { get; set; }
Property Value
Type | Description |
---|---|
Report.Types.Value |