Struct google_calendar3::EventSource [] [src]

pub struct EventSource {
    pub url: Option<String>,
    pub title: Option<String>,
}

Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL with HTTP or HTTPS scheme. Can only be seen or modified by the creator of the event.

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

Fields

URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.

Title of the source; for example a title of a web page or an email subject.

Trait Implementations

impl Default for EventSource
[src]

[src]

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

impl Clone for EventSource
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EventSource
[src]

[src]

Formats the value using the given formatter.

impl NestedType for EventSource
[src]

impl Part for EventSource
[src]