struct Google::Drive::V3::CommentList
- Google::Drive::V3::CommentList
- Struct
- Value
- Object
Included Modules
- Enumerable(Google::Drive::V3::Comment)
- Google::Resource
- JSON::Serializable
- MessagePack::Serializable
Defined in:
drive.crConstructors
Instance Method Summary
- #comments : Array(Comment)
-
#each(&) : Nil
Must yield this collection's elements to the block.
- #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(&) : Nil
#
Description copied from module Enumerable(Google::Drive::V3::Comment)
Must yield this collection's elements to the block.