Show / Hide Table of Contents

Class RowDimensions

A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row.

Inheritance
object
RowDimensions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX