interface EndsWithStructuredTextAttributeMatcher {
    caseSensitive: boolean;
    matchOperator: endsWith;
    name: string;
    value: string;
}

Properties

caseSensitive: boolean
matchOperator: endsWith
name: string
value: string