Struct google_partners2::EventData [] [src]

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

Key value data pair for an event.

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

Fields

Data values.

Data type.

Trait Implementations

impl Debug for EventData
[src]

Formats the value using the given formatter.

impl Clone for EventData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EventData
[src]

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

impl Part for EventData
[src]