Struct google_sqladmin1_beta4::ExportContextSqlExportOptions [] [src]

pub struct ExportContextSqlExportOptions {
    pub tables: Option<Vec<String>>,
    pub schema_only: Option<bool>,
}

Options for exporting data as SQL statements.

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

Fields

Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database.

Export only schemas.

Trait Implementations

impl Debug for ExportContextSqlExportOptions
[src]

Formats the value using the given formatter.

impl Clone for ExportContextSqlExportOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ExportContextSqlExportOptions
[src]

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

impl NestedType for ExportContextSqlExportOptions
[src]

impl Part for ExportContextSqlExportOptions
[src]