Class: Knockapi::Models::Users::GuideGetChannelResponse::Entry::Step
Defined Under Namespace
Classes: Message
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(content: nil, message: nil, ref: nil, schema_key: nil, schema_semver: nil, schema_variant_key: nil) ⇒ Object
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 230
|
Instance Attribute Details
#content ⇒ Hash{Symbol=>Object}?
203
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 203
optional :content, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown]
|
208
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 208
optional :message, -> { Knockapi::Models::Users::GuideGetChannelResponse::Entry::Step::Message }
|
#ref ⇒ String?
213
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 213
optional :ref, String
|
#schema_key ⇒ String?
218
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 218
optional :schema_key, String
|
#schema_semver ⇒ String?
223
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 223
optional :schema_semver, String
|
#schema_variant_key ⇒ String?
228
|
# File 'lib/knockapi/models/users/guide_get_channel_response.rb', line 228
optional :schema_variant_key, String
|