Class: Telnyx::Models::CommentCreateResponse::Data
Overview
Defined Under Namespace
Modules: CommentRecordType, CommenterType
Instance Attribute Summary collapse
Class Method 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(id: nil, body: nil, comment_record_id: nil, comment_record_type: nil, commenter: nil, commenter_type: nil, created_at: nil, read_at: nil, updated_at: nil) ⇒ Object
|
# File 'lib/telnyx/models/comment_create_response.rb', line 67
|
Instance Attribute Details
#body ⇒ String?
20
|
# File 'lib/telnyx/models/comment_create_response.rb', line 20
optional :body, String
|
25
|
# File 'lib/telnyx/models/comment_create_response.rb', line 25
optional :comment_record_id, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/comment_create_response.rb', line 93
|