Struct google_sqladmin1_beta4::ExportContextCsvExportOptions[][src]

pub struct ExportContextCsvExportOptions {
    pub select_query: Option<String>,
}

Options for exporting data as CSV.

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

Fields

The select query used to extract the data.

Trait Implementations

impl Default for ExportContextCsvExportOptions
[src]

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

impl Clone for ExportContextCsvExportOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExportContextCsvExportOptions
[src]

Formats the value using the given formatter. Read more

impl NestedType for ExportContextCsvExportOptions
[src]

impl Part for ExportContextCsvExportOptions
[src]

Auto Trait Implementations