Struct google_doubleclickbidmanager1::RowStatus[][src]

pub struct RowStatus {
    pub persisted: Option<bool>,
    pub errors: Option<Vec<String>>,
    pub entity_name: Option<String>,
    pub changed: Option<bool>,
    pub entity_id: Option<String>,
    pub row_number: Option<i32>,
}

Represents the upload status of a row in the request.

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

Fields

Whether the entity is persisted.

Reasons why the entity can't be uploaded.

Entity name.

Whether the stored entity is changed as a result of upload.

Entity Id.

Row number.

Trait Implementations

impl Default for RowStatus
[src]

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

impl Clone for RowStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RowStatus
[src]

Formats the value using the given formatter. Read more

impl Part for RowStatus
[src]

Auto Trait Implementations

impl Send for RowStatus

impl Sync for RowStatus