Struct google_doubleclickbidmanager1::ReportFailure[][src]

pub struct ReportFailure {
    pub error_code: Option<String>,
}

An explanation of a report failure.

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

Fields

Error code that shows why the report was not created.

Trait Implementations

impl Default for ReportFailure
[src]

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

impl Clone for ReportFailure
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportFailure
[src]

Formats the value using the given formatter. Read more

impl Part for ReportFailure
[src]

Auto Trait Implementations