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

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

#==, ==, #[], 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

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

This class inherits a constructor from Knockapi::Internal::Type::BaseModel

Instance Attribute Details

#archived_atTime?

Returns:

  • (Time, nil)


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

optional :archived_at, Time, nil?: true

#idString?

Returns:

  • (String, nil)


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

optional :id, String, nil?: true

#interacted_atTime?

Returns:

  • (Time, nil)


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

optional :interacted_at, Time, nil?: true

Returns:

  • (Time, nil)


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

optional :link_clicked_at, Time, nil?: true

#read_atTime?

Returns:

  • (Time, nil)


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

optional :read_at, Time, nil?: true

#seen_atTime?

Returns:

  • (Time, nil)


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

optional :seen_at, Time, nil?: true