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

[Required] ID of the project. Can be either the numeric ID or the assigned ID of the project.

Trait Implementations

impl Debug for ProjectReference
[src]

Formats the value using the given formatter.

impl Clone for ProjectReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ProjectReference
[src]

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

impl Part for ProjectReference
[src]