Struct google_monitoring3::ContentMatcher[][src]

pub struct ContentMatcher {
    pub content: Option<String>,
}

Used to perform string matching. Currently, this matches on the exact content. In the future, it can be expanded to allow for regular expressions and more complex matching.

This type is not used in any activity, and only used as part of another schema.

Fields

String content to match

Trait Implementations

impl Default for ContentMatcher
[src]

Returns the "default value" for a type. Read more

impl Clone for ContentMatcher
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContentMatcher
[src]

Formats the value using the given formatter. Read more

impl Part for ContentMatcher
[src]

Auto Trait Implementations