google_api_calendar v0.2.0 GoogleApi.Calendar.V3.Model.EventSource View Source

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.

Attributes

  • title (String.t): Title of the source; for example a title of a web page or an email subject. Defaults to: null.
  • url (String.t): URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Calendar.V3.Model.EventSource{title: any(), url: any()}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.