Class: Zavudev::Models::ConversationListMessagesParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Zavudev::Models::ConversationListMessagesParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/zavudev/models/conversation_list_messages_params.rb,
sig/zavudev/models/conversation_list_messages_params.rbs
Overview
Instance Attribute Summary collapse
- #conversation_id ⇒ String
-
#cursor ⇒ String?
Opaque cursor from a previous response's
nextCursor. - #limit ⇒ Integer?
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
- #initialize(conversation_id:, cursor: nil, limit: nil, request_options: {}) ⇒ Object constructor
- #to_hash ⇒ {
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(conversation_id:, cursor: nil, limit: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/zavudev/models/conversation_list_messages_params.rb', line 26
|
Instance Attribute Details
#conversation_id ⇒ String
13 |
# File 'lib/zavudev/models/conversation_list_messages_params.rb', line 13 required :conversation_id, String |
#cursor ⇒ String?
Opaque cursor from a previous response's nextCursor.
19 |
# File 'lib/zavudev/models/conversation_list_messages_params.rb', line 19 optional :cursor, String |
#limit ⇒ Integer?
24 |
# File 'lib/zavudev/models/conversation_list_messages_params.rb', line 24 optional :limit, Integer |
Instance Method Details
#to_hash ⇒ {
28 |
# File 'sig/zavudev/models/conversation_list_messages_params.rbs', line 28
def to_hash: -> {
|