Module: Knockapi::Models::MessageListParams::EngagementStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/knockapi/models/message_list_params.rb
Constant Summary collapse
- SEEN =
:seen- UNSEEN =
:unseen- READ =
:read- UNREAD =
:unread- ARCHIVED =
:archived- UNARCHIVED =
:unarchived- LINK_CLICKED =
:link_clicked- INTERACTED =
:interacted
Instance Method Summary collapse
-
#initialize(after: nil, before: nil, channel_id: nil, engagement_status: nil, inserted_at: nil, message_ids: nil, page_size: nil, source: nil, status: nil, tenant: nil, trigger_data: nil, workflow_categories: nil, workflow_recipient_run_id: nil, workflow_run_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Knockapi::Models::MessageListParams for more details.
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(after: nil, before: nil, channel_id: nil, engagement_status: nil, inserted_at: nil, message_ids: nil, page_size: nil, source: nil, status: nil, tenant: nil, trigger_data: nil, workflow_categories: nil, workflow_recipient_run_id: nil, workflow_run_id: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see Knockapi::Models::MessageListParams for more details.
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 |
# File 'lib/knockapi/models/message_list_params.rb', line 132 module EngagementStatus extend Knockapi::Internal::Type::Enum SEEN = :seen UNSEEN = :unseen READ = :read UNREAD = :unread ARCHIVED = :archived UNARCHIVED = :unarchived LINK_CLICKED = :link_clicked INTERACTED = :interacted # @!method self.values # @return [Array<Symbol>] end |