Class: Knockapi::Models::Users::GuideMarkMessageAsSeenParams

Inherits:
Internal::Type::BaseModel show all
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

Attributes included from Internal::Type::RequestParameters

#request_options

Instance Method Summary collapse

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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_idString

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

#contentHash{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]

#dataHash{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_idString

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_keyString

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_refString

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_finalBoolean?

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

#metadataHash{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]

#tenantString?

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