Class ReportDataQueryRequest
The request body containing ad-hoc query parameters.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v5.Data
Assembly: Google.Apis.Dfareporting.v5.dll
Syntax
public class ReportDataQueryRequest : IDirectResponseSchema
Properties
DateRange
Optional. The requested date range covering the report duration.
Declaration
[JsonProperty("dateRange")]
public virtual DateRange DateRange { get; set; }
Property Value
| Type | Description |
|---|---|
| DateRange |
DimensionFilters
Optional. The list of dimension values on which report lines are filtered. Utilizes the existing legacy
filter message DimensionValue.
Declaration
[JsonProperty("dimensionFilters")]
public virtual IList<DimensionValue> DimensionFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DimensionValue> |
DimensionNames
Optional. The list of dimension names to group by.
Declaration
[JsonProperty("dimensionNames")]
public virtual IList<string> DimensionNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxResults
Optional. Maximum number of result rows to return per page. The default value is 100. The maximum allowed value is 1000. Values above 1000 will be coerced (clamped) down to 1000. Negative values will be rejected.
Declaration
[JsonProperty("maxResults")]
public virtual int? MaxResults { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
MetricNames
Required. The list of metric names to include.
Declaration
[JsonProperty("metricNames")]
public virtual IList<string> MetricNames { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
PageToken
Optional. Continuation token for paginating results.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SortBys
Optional. Sort options across either requested dimensions or metrics.
Declaration
[JsonProperty("sortBys")]
public virtual IList<SortBy> SortBys { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<SortBy> |