Struct google_containeranalysis1::api::Identity
source · pub struct Identity {
pub revision: Option<i32>,
pub update_id: Option<String>,
}Expand description
The unique identifier of the update.
This type is not used in any activity, and only used as part of another schema.
Fields§
§revision: Option<i32>The revision number of the update.
update_id: Option<String>The revision independent identifier of the update.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Identity
impl<'de> Deserialize<'de> for Identity
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