struct Google::Drive::V3::FileList
- Google::Drive::V3::FileList
- Struct
- Value
- Object
Included Modules
- Enumerable(File)
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Defined in:
drive.crConstructors
Instance Method Summary
-
#each(&) : Nil
Must yield this collection's elements to the block.
- #files : Array(File)
- #incomplete_search : Bool
- #kind : String
- #next_page_token : String | Nil
-
#to_a
Returns an
Array
with all the elements in the collection.
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(&) : Nil
#
Description copied from module Enumerable(File)
Must yield this collection's elements to the block.
def to_a
#
Description copied from module Enumerable(File)
Returns an Array
with all the elements in the collection.
(1..5).to_a # => [1, 2, 3, 4, 5]