struct Google::Calendar::V3::CalendarList::CalendarListResponse
- Google::Calendar::V3::CalendarList::CalendarListResponse
- Struct
- Value
- Object
Included Modules
- Enumerable(Google::Calendar::V3::CalendarList::Entry)
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Defined in:
calendar/v3/calendar_list/response.crConstructors
Instance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
- #etag : String
- #items : Array(Entry)
- #kind : String
- #next_page_token : String | Nil
- #next_sync_token : String | Nil
- #sort_by(&)
Macros inherited from module Google::Resource
field(var, key = nil, **options, &block)
field,
field!(var, key = nil, **options, &block)
field!,
field?(var, key = nil, **options, &block)
field?
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(Google::Calendar::V3::CalendarList::Entry)
Must yield this collection's elements to the block.