View Source GoogleApi.Calendar.V3.Model.EventSource (google_api_calendar v0.23.1)

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 (type: String.t, default: nil) - Title of the source; for example a title of a web page or an email subject.
  • url (type: String.t, default: nil) - URL of the source pointing to a resource. The URL scheme must be HTTP or HTTPS.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventSource{
  title: String.t() | nil,
  url: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.