Struct google_containeranalysis1::api::DeploymentNote
source · pub struct DeploymentNote {
pub resource_uri: Option<Vec<String>>,
}Expand description
An artifact that can be deployed in some runtime.
This type is not used in any activity, and only used as part of another schema.
Fields§
§resource_uri: Option<Vec<String>>Required. Resource URI for the artifact being deployed.
Trait Implementations§
source§impl Clone for DeploymentNote
impl Clone for DeploymentNote
source§fn clone(&self) -> DeploymentNote
fn clone(&self) -> DeploymentNote
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 DeploymentNote
impl Debug for DeploymentNote
source§impl Default for DeploymentNote
impl Default for DeploymentNote
source§fn default() -> DeploymentNote
fn default() -> DeploymentNote
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DeploymentNote
impl<'de> Deserialize<'de> for DeploymentNote
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