Class: Moonbase::Models::InboxMessageListParams::ConversationID
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Moonbase::Models::InboxMessageListParams::ConversationID
- Defined in:
- lib/moonbase/models/inbox_message_list_params.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(after: nil, before: nil, conversation_id: nil, inbox_id: nil, limit: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see Moonbase::Models::InboxMessageListParams for more details.
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(after: nil, before: nil, conversation_id: nil, inbox_id: nil, limit: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Moonbase::Models::InboxMessageListParams for more details.
59 60 61 62 63 64 65 66 67 |
# File 'lib/moonbase/models/inbox_message_list_params.rb', line 59 class ConversationID < Moonbase::Internal::Type::BaseModel # @!attribute eq # # @return [String, nil] optional :eq, String # @!method initialize(eq: nil) # @param eq [String] end |
Instance Attribute Details
#eq ⇒ String?
63 |
# File 'lib/moonbase/models/inbox_message_list_params.rb', line 63 optional :eq, String |