Struct google_appsactivity1::Activity[][src]

pub struct Activity {
    pub combined_event: Option<Event>,
    pub single_events: Option<Vec<Event>>,
}

An Activity resource is a combined view of multiple events. An activity has a list of individual events and a combined view of the common fields among all events.

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

Fields

The fields common to all of the singleEvents that make up the Activity.

A list of all the Events that make up the Activity.

Trait Implementations

impl Default for Activity
[src]

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

impl Clone for Activity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Activity
[src]

Formats the value using the given formatter. Read more

impl Part for Activity
[src]

Auto Trait Implementations

impl Send for Activity

impl Sync for Activity