Struct google_admin1_reports::ActivityEvents
[−]
[src]
pub struct ActivityEvents {
pub type_: Option<String>,
pub name: Option<String>,
pub parameters: Option<Vec<ActivityEventsParameters>>,
}Activity events.
This type is not used in any activity, and only used as part of another schema.
Fields
type_: Option<String>
Type of event.
name: Option<String>
Name of event.
parameters: Option<Vec<ActivityEventsParameters>>
Parameter value pairs for various applications.
Trait Implementations
impl Debug for ActivityEvents[src]
impl Clone for ActivityEvents[src]
fn clone(&self) -> ActivityEvents
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 ActivityEvents[src]
fn default() -> ActivityEvents
Returns the "default value" for a type. Read more