Show / Hide Table of Contents

Class DimensionValueRequest

Represents a DimensionValuesRequest.

Inheritance
object
DimensionValueRequest
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.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class DimensionValueRequest : IDirectResponseSchema

Properties

DimensionName

The name of the dimension for which values should be requested.

Declaration
[JsonProperty("dimensionName")]
public virtual string DimensionName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EndDate

Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
Type Description
string

Filters

The list of filters by which to filter values. The filters are ANDed.

Declaration
[JsonProperty("filters")]
public virtual IList<DimensionFilter> Filters { get; set; }
Property Value
Type Description
IList<DimensionFilter>

Kind

The kind of request this is, in this case dfareporting#dimensionValueRequest .

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

StartDate

Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX