Struct google_manager1_beta2::ParamOverride [] [src]

pub struct ParamOverride {
    pub path: Option<String>,
    pub value: Option<String>,
}

A specification for overriding parameters in a Template that corresponds to the Deployment.

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

Fields

A JSON Path expression that specifies which parameter should be overridden.

The new value to assign to the overridden parameter.

Trait Implementations

impl Debug for ParamOverride
[src]

Formats the value using the given formatter.

impl Clone for ParamOverride
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ParamOverride
[src]

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

impl Part for ParamOverride
[src]