Struct google_bigquery2::QueryParameterType[][src]

pub struct QueryParameterType {
    pub struct_types: Option<Vec<QueryParameterTypeStructTypes>>,
    pub type_: Option<String>,
    pub array_type: Option<Option<Box<QueryParameterType>>>,
}

There is no detailed description.

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

Fields

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

[Required] The top level type of this field.

[Optional] The type of the array's elements, if this is an array.

Trait Implementations

impl Default for QueryParameterType
[src]

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

impl Clone for QueryParameterType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QueryParameterType
[src]

Formats the value using the given formatter. Read more

impl Part for QueryParameterType
[src]

Auto Trait Implementations