Struct gcp_bigquery_client::model::project_list::ProjectList [−][src]
pub struct ProjectList {
pub total_items: Option<i32>,
pub kind: Option<String>,
pub projects: Option<Vec<Project>>,
pub etag: Option<String>,
pub next_page_token: Option<String>,
}Fields
total_items: Option<i32>The total number of projects in the list.
kind: Option<String>The type of list.
projects: Option<Vec<Project>>Projects to which you have at least READ access.
etag: Option<String>A hash of the page of results
next_page_token: Option<String>A token to request the next page of results.
Trait Implementations
Returns the “default value” for a type. Read more
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 ProjectList
impl Send for ProjectList
impl Sync for ProjectList
impl Unpin for ProjectList
impl UnwindSafe for ProjectList
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
