Class: Google::Apps::Chat::V1::ListCustomEmojisRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ListCustomEmojisRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/reaction.rb
Overview
A request to return a list of custom emojis.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
Instance Attribute Details
#filter ⇒ ::String
287 288 289 290 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 287 class ListCustomEmojisRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
287 288 289 290 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 287 class ListCustomEmojisRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
287 288 289 290 |
# File 'proto_docs/google/chat/v1/reaction.rb', line 287 class ListCustomEmojisRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |