Struct google_doubleclickbidmanager1::ReportStatus[][src]

pub struct ReportStatus {
    pub failure: Option<ReportFailure>,
    pub state: Option<String>,
    pub finish_time_ms: Option<String>,
    pub format: Option<String>,
}

Report status.

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

Fields

If the report failed, this records the cause.

The state of the report.

The time when this report either completed successfully or failed.

The file type of the report.

Trait Implementations

impl Default for ReportStatus
[src]

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

impl Clone for ReportStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportStatus
[src]

Formats the value using the given formatter. Read more

impl Part for ReportStatus
[src]

Auto Trait Implementations