Struct google_containeranalysis1::api::ProjectRepoId
source · pub struct ProjectRepoId {
pub project_id: Option<String>,
pub repo_name: Option<String>,
}Expand description
Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.
This type is not used in any activity, and only used as part of another schema.
Fields§
§project_id: Option<String>The ID of the project.
repo_name: Option<String>The name of the repo. Leave empty for the default repo.
Trait Implementations§
source§impl Clone for ProjectRepoId
impl Clone for ProjectRepoId
source§fn clone(&self) -> ProjectRepoId
fn clone(&self) -> ProjectRepoId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ProjectRepoId
impl Debug for ProjectRepoId
source§impl Default for ProjectRepoId
impl Default for ProjectRepoId
source§fn default() -> ProjectRepoId
fn default() -> ProjectRepoId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ProjectRepoId
impl<'de> Deserialize<'de> for ProjectRepoId
source§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