google_api_calendar v0.5.0 GoogleApi.Calendar.V3.Model.EventCreator View Source

The creator of the event. Read-only.

Attributes

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

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.EventCreator{
  displayName: String.t(),
  email: String.t(),
  id: String.t(),
  self: boolean()
}

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.