Class: Telnyx::Models::EventNode::Links

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/telnyx/models/event_node.rb,
sig/telnyx/models/event_node.rbs

Overview

See Also:

  • Telnyx::Models::EventNode#links

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

#initializeLinks

Returns a new instance of Links.

Parameters:

  • records: (String)
  • self_: (String)


84
# File 'sig/telnyx/models/event_node.rbs', line 84

def initialize: (records: String, self_: String) -> void

Instance Attribute Details

#recordsString

Link to the underlying detail records.

Parameters:

  • value (String)

Returns:

  • (String)


103
# File 'lib/telnyx/models/event_node.rb', line 103

required :records, String

#self_String

Link to this session analysis node.

Parameters:

  • value (String)

Returns:

  • (String)


109
# File 'lib/telnyx/models/event_node.rb', line 109

required :self_, String, api_name: :self

Instance Method Details

#to_hash{ records: String, self_: String }

Returns:

  • ({ records: String, self_: String })


86
# File 'sig/telnyx/models/event_node.rbs', line 86

def to_hash: -> { records: String, self_: String }