Struct google_containeranalysis1::api::BuildNote
source · pub struct BuildNote {
pub builder_version: Option<String>,
}Expand description
Note holding the version of the provider’s builder and the signature of the provenance message in the build details occurrence.
This type is not used in any activity, and only used as part of another schema.
Fields§
§builder_version: Option<String>Required. Immutable. Version of the builder which produced this build.
Trait Implementations§
source§impl<'de> Deserialize<'de> for BuildNote
impl<'de> Deserialize<'de> for BuildNote
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