Struct google_dfareporting2d7::DimensionValueRequest [] [src]

pub struct DimensionValueRequest {
    pub dimension_name: Option<String>,
    pub start_date: Option<String>,
    pub kind: Option<String>,
    pub end_date: Option<String>,
    pub filters: Option<Vec<DimensionFilter>>,
}

Represents a DimensionValuesRequest.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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

The start date of the date range for which to retrieve dimension values. A string of the format "yyyy-MM-dd".

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

The end date of the date range for which to retrieve dimension values. A string of the format "yyyy-MM-dd".

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

Trait Implementations

impl Default for DimensionValueRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for DimensionValueRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DimensionValueRequest
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for DimensionValueRequest
[src]