Struct google_admin1_reports::ActivityEventsParameters [] [src]

pub struct ActivityEventsParameters {
    pub bool_value: Option<bool>,
    pub multi_value: Option<Vec<String>>,
    pub name: Option<String>,
    pub multi_int_value: Option<Vec<String>>,
    pub int_value: Option<String>,
    pub value: Option<String>,
}

Parameter value pairs for various applications.

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

Fields

Boolean value of the parameter.

Multi-string value of the parameter.

The name of the parameter.

Multi-int value of the parameter.

Integral value of the parameter.

String value of the parameter.

Trait Implementations

impl Default for ActivityEventsParameters
[src]

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

impl Clone for ActivityEventsParameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityEventsParameters
[src]

Formats the value using the given formatter.

impl NestedType for ActivityEventsParameters
[src]

impl Part for ActivityEventsParameters
[src]