Struct google_dfareporting3d2::ConversionStatus[][src]

pub struct ConversionStatus {
    pub conversion: Option<Conversion>,
    pub errors: Option<Vec<ConversionError>>,
    pub kind: Option<String>,
}

The original conversion that was inserted or updated and whether there were any errors.

This type is not used in any activity, and only used as part of another schema.

Fields

The original conversion that was inserted or updated.

A list of errors related to this conversion.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#conversionStatus".

Trait Implementations

impl Default for ConversionStatus
[src]

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

impl Clone for ConversionStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ConversionStatus
[src]

Formats the value using the given formatter. Read more

impl Part for ConversionStatus
[src]

Auto Trait Implementations