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 account_id: Option<String>,
    pub upload_time: Option<String>,
    pub 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.

Account Id to which this upload belongs.

Time this file is uploaded.

A unique ID for this upload.

Trait Implementations

impl Default for Upload
[src]

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

impl Clone for Upload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Upload
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Upload
[src]

Auto Trait Implementations

impl Send for Upload

impl Sync for Upload