Class: Telnyx::Models::CommentCreateParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/telnyx/models/comment_create_params.rb,
sig/telnyx/models/comment_create_params.rbs
Overview
Instance Attribute Summary
Attributes included from Internal::Type::RequestParameters
Instance Method Summary collapse
-
#initialize(request_options: {}) ⇒ CommentCreateParams
constructor
A new instance of CommentCreateParams.
- #to_hash ⇒ { request_options: Telnyx::RequestOptions }
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
Constructor Details
#initialize(request_options: {}) ⇒ CommentCreateParams
Returns a new instance of CommentCreateParams.
|
|
# File 'lib/telnyx/models/comment_create_params.rb', line 10
|
Instance Method Details
#to_hash ⇒ { request_options: Telnyx::RequestOptions }
12 |
# File 'sig/telnyx/models/comment_create_params.rbs', line 12
def to_hash: -> { request_options: Telnyx::RequestOptions }
|