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
combined_event: Option<Event>
The fields common to all of the singleEvents that make up the Activity.
single_events: Option<Vec<Event>>
A list of all the Events that make up the Activity.
Trait Implementations
impl Default for Activity[src]
impl Clone for Activity[src]
fn clone(&self) -> Activity
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