Struct google_doubleclickbidmanager1::UploadStatus[][src]

pub struct UploadStatus {
    pub errors: Option<Vec<String>>,
    pub row_status: Option<Vec<RowStatus>>,
}

Represents the status of upload.

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

Fields

Reasons why upload can't be completed.

Per-row upload status.

Trait Implementations

impl Default for UploadStatus
[src]

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

impl Clone for UploadStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UploadStatus
[src]

Formats the value using the given formatter. Read more

impl Part for UploadStatus
[src]

Auto Trait Implementations