Class: Telnyx::Models::Comment
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Comment
- Defined in:
- lib/telnyx/models/comment.rb
Direct Known Subclasses
CommentCreateParams, Telnyx::Models::CommentCreateResponse::Data, Telnyx::Models::CommentMarkAsReadResponse::Data, Telnyx::Models::CommentRetrieveResponse::Data
Defined Under Namespace
Modules: CommentRecordType, CommenterType
Instance Attribute Summary collapse
Class Method 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(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.rb', line 56
|
Instance Attribute Details
#body ⇒ String?
9 |
# File 'lib/telnyx/models/comment.rb', line 9 optional :body, String |
#comment_record_id ⇒ String?
14 |
# File 'lib/telnyx/models/comment.rb', line 14 optional :comment_record_id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/comment.rb', line 82
|