Struct gcp_bigquery_client::model::project_list::Project [−][src]
pub struct Project {
pub kind: Option<String>,
pub project_reference: Option<ProjectReference>,
pub numeric_id: Option<u64>,
pub friendly_name: Option<String>,
pub id: Option<String>,
}Fields
kind: Option<String>The resource type.
project_reference: Option<ProjectReference>A unique reference to this project.
numeric_id: Option<u64>The numeric ID of this project.
friendly_name: Option<String>A descriptive name for this project.
id: Option<String>An opaque ID of this project.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Project
impl UnwindSafe for Project
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
