Struct google_bigquery2::ProjectReference
[−]
[src]
pub struct ProjectReference {
pub project_id: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
project_id: Option<String>
[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.
Trait Implementations
impl Default for ProjectReference[src]
fn default() -> ProjectReference[src]
Returns the "default value" for a type. Read more
impl Clone for ProjectReference[src]
fn clone(&self) -> ProjectReference[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