Skip to main content

GuardrailTextCharactersCoverage

Type Alias GuardrailTextCharactersCoverage 

Source
pub type GuardrailTextCharactersCoverage = GuardrailImageCoverage;

Aliased Type§

pub struct GuardrailTextCharactersCoverage {
    pub guarded: Option<i32>,
    pub total: Option<i32>,
    pub rest: Map<String, Value>,
}

Fields§

§guarded: Option<i32>§total: Option<i32>§rest: Map<String, Value>