Struct google_dataproc1::RegexValidation[][src]

pub struct RegexValidation {
    pub regexes: Option<Vec<String>>,
}

Validation based on regular expressions.

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

Fields

Required. RE2 regular expressions used to validate the parameter's value. The value must match the regex in its entirety (substring matches are not sufficient).

Trait Implementations

impl Default for RegexValidation
[src]

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

impl Clone for RegexValidation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RegexValidation
[src]

Formats the value using the given formatter. Read more

impl Part for RegexValidation
[src]

Auto Trait Implementations