Struct google_dfareporting2d4::UserDefinedVariableConfiguration [] [src]

pub struct UserDefinedVariableConfiguration {
    pub data_type: Option<String>,
    pub report_name: Option<String>,
    pub variable_type: Option<String>,
}

User Defined Variable configuration.

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

Fields

Data type for the variable. This is a required field.

User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: ""<>".

Variable name in the tag. This is a required field.

Trait Implementations

impl Default for UserDefinedVariableConfiguration
[src]

[src]

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

impl Clone for UserDefinedVariableConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UserDefinedVariableConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Part for UserDefinedVariableConfiguration
[src]