Struct google_bigtableadmin2::api::Union
source · pub struct Union {
pub rules: Option<Vec<GcRule>>,
}Expand description
A GcRule which deletes cells matching any of the given rules.
This type is not used in any activity, and only used as part of another schema.
Fields§
§rules: Option<Vec<GcRule>>Delete cells which would be deleted by any element of rules.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Union
impl<'de> Deserialize<'de> for Union
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