Struct google_bigquery2::QueryParameter
[−]
[src]
pub struct QueryParameter {
pub parameter_type: Option<QueryParameterType>,
pub parameter_value: Option<QueryParameterValue>,
pub name: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
parameter_type: Option<QueryParameterType>
[Required] The type of this parameter.
parameter_value: Option<QueryParameterValue>
[Required] The value of this parameter.
name: Option<String>
[Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query.
Trait Implementations
impl Default for QueryParameter[src]
fn default() -> QueryParameter[src]
Returns the "default value" for a type. Read more
impl Clone for QueryParameter[src]
fn clone(&self) -> QueryParameter[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more