Show / Hide Table of Contents

Class Parameters

Parameters of a generated report.

Inheritance
object
Parameters
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.DoubleClickBidManager.v2.Data
Assembly: Google.Apis.DoubleClickBidManager.v2.dll
Syntax
public class Parameters : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Filters

Filters to limit the scope of reported data.

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

GroupBys

Dimensions by which to segment and group the data. Defined by Filter values.

Declaration
[JsonProperty("groupBys")]
public virtual IList<string> GroupBys { get; set; }
Property Value
Type Description
IList<string>

Metrics

Metrics to define the data populating the report. Defined by Metric values.

Declaration
[JsonProperty("metrics")]
public virtual IList<string> Metrics { get; set; }
Property Value
Type Description
IList<string>

Options

Additional report parameter options.

Declaration
[JsonProperty("options")]
public virtual Options Options { get; set; }
Property Value
Type Description
Options

Type

The type of the report. The type of the report determines the dimesions, filters, and metrics that can be used.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX