Struct google_doubleclicksearch2::ConversionList [] [src]

pub struct ConversionList {
    pub conversion: Option<Vec<Conversion>>,
    pub kind: Option<String>,
}

A list of conversions.

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 conversions being requested.

Identifies this as a ConversionList resource. Value: the fixed string doubleclicksearch#conversionList.

Trait Implementations

impl Debug for ConversionList
[src]

Formats the value using the given formatter.

impl Clone for ConversionList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ConversionList
[src]

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

impl RequestValue for ConversionList
[src]

impl ResponseResult for ConversionList
[src]