Struct google_sheets4::api::RefreshDataSourceRequest[][src]

pub struct RefreshDataSourceRequest {
    pub data_source_id: Option<String>,
    pub force: Option<bool>,
    pub is_all: Option<bool>,
    pub references: Option<DataSourceObjectReferences>,
}
Expand description

Refreshes one or multiple data source objects in the spreadsheet by the specified references. The request requires an additional bigquery.readonly OAuth scope. If there are multiple refresh requests referencing the same data source objects in one batch, only the last refresh request is processed, and all those requests will have the same response accordingly.

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

Fields

data_source_id: Option<String>

Reference to a DataSource. If specified, refreshes all associated data source objects for the data source.

force: Option<bool>

Refreshes the data source objects regardless of the current state. If not set and a referenced data source object was in error state, the refresh will fail immediately.

is_all: Option<bool>

Refreshes all existing data source objects in the spreadsheet.

references: Option<DataSourceObjectReferences>

References to data source objects to refresh.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.