Struct google_bigquery2::DestinationTableProperties[][src]

pub struct DestinationTableProperties {
    pub friendly_name: Option<String>,
    pub description: Option<String>,
}

There is no detailed description.

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

Fields

[Optional] The friendly name for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current friendly name is provided, the job will fail.

[Optional] The description for the destination table. This will only be used if the destination table is newly created. If the table already exists and a value different than the current description is provided, the job will fail.

Trait Implementations

impl Default for DestinationTableProperties
[src]

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

impl Clone for DestinationTableProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DestinationTableProperties
[src]

Formats the value using the given formatter. Read more

impl Part for DestinationTableProperties
[src]

Auto Trait Implementations