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
struct_types: Option<Vec<QueryParameterTypeStructTypes>>
[Optional] The types of the fields of this struct, in order, if this is a struct.
type_: Option<String>
[Required] The top level type of this field.
array_type: Option<Option<Box<QueryParameterType>>>
[Optional] The type of the array's elements, if this is an array.
Trait Implementations
impl Debug for QueryParameterType[src]
impl Clone for QueryParameterType[src]
fn clone(&self) -> QueryParameterType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for QueryParameterType[src]
fn default() -> QueryParameterType
Returns the "default value" for a type. Read more