Struct google_calendar3::EventExtendedProperties [] [src]

pub struct EventExtendedProperties {
    pub shared: Option<HashMap<String, String>>,
    pub private: Option<HashMap<String, String>>,
}

Extended properties of the event.

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

Fields

Properties that are shared between copies of the event on other attendees' calendars.

Properties that are private to the copy of the event that appears on this calendar.

Trait Implementations

impl Default for EventExtendedProperties
[src]

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

impl Clone for EventExtendedProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EventExtendedProperties
[src]

Formats the value using the given formatter.

impl NestedType for EventExtendedProperties
[src]

impl Part for EventExtendedProperties
[src]