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
bool_value: Option<bool>
Boolean value of the parameter.
multi_value: Option<Vec<String>>
Multi-string value of the parameter.
name: Option<String>
The name of the parameter.
multi_int_value: Option<Vec<String>>
Multi-int value of the parameter.
int_value: Option<String>
Integral value of the parameter.
value: Option<String>
String value of the parameter.
Trait Implementations
impl Debug for ActivityEventsParameters[src]
impl Clone for ActivityEventsParameters[src]
fn clone(&self) -> ActivityEventsParameters
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ActivityEventsParameters[src]
fn default() -> ActivityEventsParameters
Returns the "default value" for a type. Read more