Class: Telnyx::Models::Texml::Accounts::Calls::StreamStreamingSidJsonResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::Texml::Accounts::Calls::StreamStreamingSidJsonResponse
- Defined in:
- lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb
Overview
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
- #account_sid ⇒ String?
- #call_sid ⇒ String?
- #date_updated ⇒ Time?
-
#sid ⇒ String?
Identifier of a resource.
-
#status ⇒ Symbol, ...
The status of the streaming.
-
#uri ⇒ String?
The relative URI for this streaming resource.
Instance Method Summary collapse
- #initialize(account_sid: nil, call_sid: nil, date_updated: nil, sid: nil, status: nil, uri: nil) ⇒ Object constructor
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(account_sid: nil, call_sid: nil, date_updated: nil, sid: nil, status: nil, uri: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb', line 44
|
Instance Attribute Details
#account_sid ⇒ String?
13 |
# File 'lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb', line 13 optional :account_sid, String |
#call_sid ⇒ String?
18 |
# File 'lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb', line 18 optional :call_sid, String |
#date_updated ⇒ Time?
23 |
# File 'lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb', line 23 optional :date_updated, Time |
#sid ⇒ String?
Identifier of a resource.
29 |
# File 'lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb', line 29 optional :sid, String |
#status ⇒ Symbol, ...
The status of the streaming.
35 36 |
# File 'lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb', line 35 optional :status, enum: -> { Telnyx::Models::Texml::Accounts::Calls::StreamStreamingSidJsonResponse::Status } |
#uri ⇒ String?
The relative URI for this streaming resource.
42 |
# File 'lib/telnyx/models/texml/accounts/calls/stream_streaming_sid_json_response.rb', line 42 optional :uri, String |