Struct google_bigquery2::ProjectListProjects [−][src]
pub struct ProjectListProjects {
pub friendly_name: Option<String>,
pub kind: Option<String>,
pub numeric_id: Option<String>,
pub id: Option<String>,
pub project_reference: Option<ProjectReference>,
}Projects to which you have at least READ access.
This type is not used in any activity, and only used as part of another schema.
Fields
friendly_name: Option<String>
A descriptive name for this project.
kind: Option<String>
The resource type.
numeric_id: Option<String>
The numeric ID of this project.
id: Option<String>
An opaque ID of this project.
project_reference: Option<ProjectReference>
A unique reference to this project.
Trait Implementations
impl Default for ProjectListProjects[src]
impl Default for ProjectListProjectsfn default() -> ProjectListProjects[src]
fn default() -> ProjectListProjectsReturns the "default value" for a type. Read more
impl Clone for ProjectListProjects[src]
impl Clone for ProjectListProjectsfn clone(&self) -> ProjectListProjects[src]
fn clone(&self) -> ProjectListProjectsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ProjectListProjects[src]
impl Debug for ProjectListProjectsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ProjectListProjects[src]
impl NestedType for ProjectListProjectsimpl Part for ProjectListProjects[src]
impl Part for ProjectListProjectsAuto Trait Implementations
impl Send for ProjectListProjects
impl Send for ProjectListProjectsimpl Sync for ProjectListProjects
impl Sync for ProjectListProjects