Class: Knockapi::Models::Users::GuideGetChannelResponse::Entry::Step::Message
Overview
Instance Attribute Summary collapse
Method Summary
#==, ==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Instance Attribute Details
#archived_at ⇒ Time?
248
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 248
optional :archived_at, Time, nil?: true
|
#id ⇒ String?
243
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 243
optional :id, String, nil?: true
|
#interacted_at ⇒ Time?
253
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 253
optional :interacted_at, Time, nil?: true
|
#link_clicked_at ⇒ Time?
258
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 258
optional :link_clicked_at, Time, nil?: true
|
#read_at ⇒ Time?
263
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 263
optional :read_at, Time, nil?: true
|
#seen_at ⇒ Time?
268
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 268
optional :seen_at, Time, nil?: true
|