Class: Knockapi::Models::Users::GuideMarkMessageAsSeenParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Knockapi::Models::Users::GuideMarkMessageAsSeenParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/knockapi/models/users/guide_mark_message_as_seen_params.rb
Overview
Instance Attribute Summary collapse
-
#channel_id ⇒ String
The unique identifier for the channel.
-
#content ⇒ Hash{Symbol=>Object}?
The content of the guide.
-
#data ⇒ Hash{Symbol=>Object}?
The data of the guide.
-
#guide_id ⇒ String
The unique identifier for the guide.
-
#guide_key ⇒ String
The key of the guide.
-
#guide_step_ref ⇒ String
The step reference of the guide.
-
#is_final ⇒ Boolean?
Whether the guide is final.
-
#metadata ⇒ Hash{Symbol=>Object}?
The metadata of the guide.
-
#tenant ⇒ String?
The tenant ID of the guide.
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
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(channel_id:, guide_id:, guide_key:, guide_step_ref:, content: nil, data: nil, is_final: nil, metadata: nil, tenant: nil, request_options: {}) ⇒ Object
|
|
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 65
|
Instance Attribute Details
#channel_id ⇒ String
The unique identifier for the channel.
15 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 15 required :channel_id, String |
#content ⇒ Hash{Symbol=>Object}?
The content of the guide.
39 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 39 optional :content, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown] |
#data ⇒ Hash{Symbol=>Object}?
The data of the guide.
45 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 45 optional :data, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown] |
#guide_id ⇒ String
The unique identifier for the guide.
21 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 21 required :guide_id, String |
#guide_key ⇒ String
The key of the guide.
27 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 27 required :guide_key, String |
#guide_step_ref ⇒ String
The step reference of the guide.
33 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 33 required :guide_step_ref, String |
#is_final ⇒ Boolean?
Whether the guide is final.
51 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 51 optional :is_final, Knockapi::Internal::Type::Boolean |
#metadata ⇒ Hash{Symbol=>Object}?
The metadata of the guide.
57 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 57 optional :metadata, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown] |
#tenant ⇒ String?
The tenant ID of the guide.
63 |
# File 'lib/knockapi/models/users/guide_mark_message_as_seen_params.rb', line 63 optional :tenant, String, nil?: true |