Class RowDimensions
A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row.
Implements
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class RowDimensions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PublisherIdentifier
The publisher identifier for this row, if a breakdown by BreakdownDimension.PUBLISHER_IDENTIFIER was requested.
Declaration
[JsonProperty("publisherIdentifier")]
public virtual string PublisherIdentifier { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeInterval
The time interval that this row represents.
Declaration
[JsonProperty("timeInterval")]
public virtual TimeInterval TimeInterval { get; set; }
Property Value
Type | Description |
---|---|
TimeInterval |