Class: Knockapi::Models::Users::GuideGetChannelResponse::Entry::Step::Message
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/knockapi/models/users/guide_get_channel_response.rb,
sig/knockapi/models/users/guide_get_channel_response.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#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
Constructor Details
#initialize ⇒ Object
297
|
# File 'sig/knockapi/models/users/guide_get_channel_response.rbs', line 297
def initialize: (
|
Instance Attribute Details
#archived_at ⇒ Time?
273
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 273
optional :archived_at, Time, nil?: true
|
#id ⇒ String?
268
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 268
optional :id, String, nil?: true
|
#interacted_at ⇒ Time?
278
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 278
optional :interacted_at, Time, nil?: true
|
#link_clicked_at ⇒ Time?
283
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 283
optional :link_clicked_at, Time, nil?: true
|
#read_at ⇒ Time?
288
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 288
optional :read_at, Time, nil?: true
|
#seen_at ⇒ Time?
293
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 293
optional :seen_at, Time, nil?: true
|
Instance Method Details
#to_hash ⇒ {
306
|
# File 'sig/knockapi/models/users/guide_get_channel_response.rbs', line 306
def to_hash: -> {
|