Class: Knockapi::Models::Users::GuideGetChannelResponse::Entry::Step

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/knockapi/models/users/guide_get_channel_response.rb

Defined Under Namespace

Classes: 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

#initialize(content: nil, message: nil, ref: nil, schema_key: nil, schema_semver: nil, schema_variant_key: nil) ⇒ Object

Parameters:



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


Instance Attribute Details

#contentHash{Symbol=>Object}?

Returns:



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

optional :content, Knockapi::Internal::Type::HashOf[Knockapi::Internal::Type::Unknown]

#messageKnockapi::Models::Users::GuideGetChannelResponse::Entry::Step::Message?



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

optional :message, -> { Knockapi::Models::Users::GuideGetChannelResponse::Entry::Step::Message }

#refString?

Returns:

  • (String, nil)


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

optional :ref, String

#schema_keyString?

Returns:

  • (String, nil)


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

optional :schema_key, String

#schema_semverString?

Returns:

  • (String, nil)


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

optional :schema_semver, String

#schema_variant_keyString?

Returns:

  • (String, nil)


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

optional :schema_variant_key, String