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 of event.

Name of event.

Parameter value pairs for various applications.

Trait Implementations

impl Default for ActivityEvents
[src]

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

impl Clone for ActivityEvents
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityEvents
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityEvents
[src]

impl Part for ActivityEvents
[src]

Auto Trait Implementations