Struct google_bigquery2::QueryParameterTypeStructTypes [] [src]

pub struct QueryParameterTypeStructTypes {
    pub type_: Option<QueryParameterType>,
    pub description: Option<String>,
    pub name: Option<String>,
}

[Optional] The types of the fields of this struct, in order, if this is a struct.

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

Fields

[Required] The type of this field.

[Optional] Human-oriented description of the field.

[Optional] The name of this field.

Trait Implementations

impl Default for QueryParameterTypeStructTypes
[src]

[src]

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

impl Clone for QueryParameterTypeStructTypes
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for QueryParameterTypeStructTypes
[src]

[src]

Formats the value using the given formatter.

impl NestedType for QueryParameterTypeStructTypes
[src]

impl Part for QueryParameterTypeStructTypes
[src]