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

See Also:

  • Knockapi::Models::Users::GuideGetChannelResponse::Entry::Step#message

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#initializeObject



297
# File 'sig/knockapi/models/users/guide_get_channel_response.rbs', line 297

def initialize: (

Instance Attribute Details

#archived_atTime?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


273
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 273

optional :archived_at, Time, nil?: true

#idString?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


268
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 268

optional :id, String, nil?: true

#interacted_atTime?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


278
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 278

optional :interacted_at, Time, nil?: true

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


283
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 283

optional :link_clicked_at, Time, nil?: true

#read_atTime?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


288
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 288

optional :read_at, Time, nil?: true

#seen_atTime?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


293
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 293

optional :seen_at, Time, nil?: true

Instance Method Details

#to_hash{

Returns:

  • ({)


306
# File 'sig/knockapi/models/users/guide_get_channel_response.rbs', line 306

def to_hash: -> {