Struct google_analytics3::Upload [] [src]

pub struct Upload {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub errors: Option<Vec<String>>,
    pub custom_data_source_id: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
}

Metadata returned for an upload operation.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED.

Resource type for Analytics upload.

Data import errors collection.

Custom data source Id to which this data import belongs.

A unique ID for this upload.

Account Id to which this upload belongs.

Trait Implementations

impl Debug for Upload
[src]

Formats the value using the given formatter.

impl Clone for Upload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Upload
[src]

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

impl ResponseResult for Upload
[src]