Struct google_dfareporting3d2::CustomFloodlightVariable[][src]

pub struct CustomFloodlightVariable {
    pub kind: Option<String>,
    pub type_: Option<String>,
    pub value: Option<String>,
}

A custom floodlight variable.

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

Fields

Identifies what kind of resource this is. Value: the fixed string "dfareporting#customFloodlightVariable".

The type of custom floodlight variable to supply a value for. These map to the "u[1-20]=" in the tags.

The value of the custom floodlight variable. The length of string must not exceed 50 characters.

Trait Implementations

impl Default for CustomFloodlightVariable
[src]

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

impl Clone for CustomFloodlightVariable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CustomFloodlightVariable
[src]

Formats the value using the given formatter. Read more

impl Part for CustomFloodlightVariable
[src]

Auto Trait Implementations