struct Google::List(T)
- Google::List(T)
- Struct
- Value
- Object
Included Modules
- Enumerable(T)
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Defined in:
list.crConstructors
Instance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
- #etag : String | Nil
- #items : Array(T)
- #kind : String
- #next_page_token : String | Nil
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(T)
Must yield this collection's elements to the block.