Class: Knockapi::Models::ObjectListMessagesParams::InsertedAt
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Knockapi::Models::ObjectListMessagesParams::InsertedAt
- Defined in:
- lib/knockapi/models/object_list_messages_params.rb
Instance Attribute Summary collapse
-
#gt ⇒ String?
Limits the results to messages inserted after the given date.
-
#gte ⇒ String?
Limits the results to messages inserted after or on the given date.
-
#lt ⇒ String?
Limits the results to messages inserted before the given date.
-
#lte ⇒ String?
Limits the results to messages inserted before or on the given date.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Knockapi::Internal::Type::BaseModel
Instance Attribute Details
#gt ⇒ String?
Limits the results to messages inserted after the given date.
154 |
# File 'lib/knockapi/models/object_list_messages_params.rb', line 154 optional :gt, String |
#gte ⇒ String?
Limits the results to messages inserted after or on the given date.
160 |
# File 'lib/knockapi/models/object_list_messages_params.rb', line 160 optional :gte, String |
#lt ⇒ String?
Limits the results to messages inserted before the given date.
166 |
# File 'lib/knockapi/models/object_list_messages_params.rb', line 166 optional :lt, String |
#lte ⇒ String?
Limits the results to messages inserted before or on the given date.
172 |
# File 'lib/knockapi/models/object_list_messages_params.rb', line 172 optional :lte, String |