Module: Knockapi::Models::ObjectListMessagesParams::EngagementStatus

Extended by:
Internal::Type::Enum
Defined in:
lib/knockapi/models/object_list_messages_params.rb

Constant Summary collapse

SEEN =
:seen
UNSEEN =
:unseen
READ =
:read
UNREAD =
:unread
ARCHIVED =
:archived
UNARCHIVED =
:unarchived
:link_clicked
INTERACTED =
:interacted

Instance Method Summary collapse

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::ObjectListMessagesParams for more details.



133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# File 'lib/knockapi/models/object_list_messages_params.rb', line 133

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