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

A descriptive name for this project.

The resource type.

The numeric ID of this project.

An opaque ID of this project.

A unique reference to this project.

Trait Implementations

impl Default for ProjectListProjects
[src]

[src]

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

impl Clone for ProjectListProjects
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ProjectListProjects
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ProjectListProjects
[src]

impl Part for ProjectListProjects
[src]