Class: Revox::Models::PhoneNumberUpdateResponse::PhoneNumber::InboundAssistant::PromptFlow::Edge
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(edges:, nodes:) ⇒ Object
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1175
class Edge < Revox::Internal::Type::BaseModel
required :id, String
required :source, String
required :target, String
end
|
Instance Attribute Details
#id ⇒ String
1179
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1179
required :id, String
|
#source ⇒ String
1184
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1184
required :source, String
|
#target ⇒ String
1189
|
# File 'lib/revox/models/phone_number_update_response.rb', line 1189
required :target, String
|
Instance Method Details
#to_hash ⇒ { id: String, source: String, target: String }
913
|
# File 'sig/revox/models/phone_number_update_response.rbs', line 913
def to_hash: -> { id: String, source: String, target: String }
|