Struct google_dataproc1::ValueValidation[][src]

pub struct ValueValidation {
    pub values: Option<Vec<String>>,
}

Validation based on a list of allowed values.

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

Fields

Required. List of allowed values for the parameter.

Trait Implementations

impl Default for ValueValidation
[src]

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

impl Clone for ValueValidation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ValueValidation
[src]

Formats the value using the given formatter. Read more

impl Part for ValueValidation
[src]

Auto Trait Implementations