class Google::Calendar::List

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 etag : String #

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

[View source]
def items : Array(Calendar::ListEntry) #

[View source]
def items=(items : Array(Calendar::ListEntry)) #

[View source]
def kind : String #

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

[View source]
def next_page_token : String | Nil #

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

[View source]
def next_sync_token : String | Nil #

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

[View source]