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

The creator of the event. Read-only.

Attributes

  • displayName (type: String.t, default: nil) - The creator's name, if available.
  • email (type: String.t, default: nil) - The creator's email address, if available.
  • id (type: String.t, default: nil) - The creator's Profile ID, if available.
  • self (type: boolean(), default: false) - Whether the creator corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Calendar.V3.Model.EventCreator{
  displayName: String.t() | nil,
  email: String.t() | nil,
  id: String.t() | nil,
  self: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.