class Google::Calendar::ListEntry

Included Modules

Defined in:

calendar/list.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def access_role : String | Nil #

[View source]
def access_role=(access_role : String | Nil) #

[View source]
def background_color : String | Nil #

[View source]
def background_color=(background_color : String | Nil) #

[View source]
def color_id : String | Nil #

[View source]
def color_id=(color_id : String | Nil) #

[View source]
def deleted : Bool | Nil #

[View source]
def deleted=(deleted : Bool | Nil) #

[View source]
def description : String | Nil #

[View source]
def description=(description : String | Nil) #

[View source]
def etag : String #

[View source]
def etag=(etag : String) #

[View source]
def foreground_color : String | Nil #

[View source]
def foreground_color=(foreground_color : String | Nil) #

[View source]
def hidden : Bool | Nil #

[View source]
def hidden=(hidden : Bool | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def location : String | Nil #

[View source]
def location=(location : String | Nil) #

[View source]
def primary : Bool | Nil #

[View source]
def primary=(primary : Bool | Nil) #

[View source]
def selected : Bool | Nil #

[View source]
def selected=(selected : Bool | Nil) #

[View source]
def summary : String #

[View source]
def summary_main : String #

[View source]
def summary_main=(summary_main : String) #

[View source]
def summary_override : String | Nil #

[View source]
def summary_override=(summary_override : String | Nil) #

[View source]
def time_zone : String | Nil #

[View source]
def time_zone=(time_zone : String | Nil) #

[View source]