Struct google_containeranalysis1::api::Category
source · pub struct Category {
pub category_id: Option<String>,
pub name: Option<String>,
}Expand description
The category to which the update belongs.
This type is not used in any activity, and only used as part of another schema.
Fields§
§category_id: Option<String>The identifier of the category.
name: Option<String>The localized name of the category.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Category
impl<'de> Deserialize<'de> for Category
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