Class: TencentCloud::Live::V20180801::CreateCasterInputPushUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::CreateCasterInputPushUrlRequest
- Defined in:
- lib/v20180801/models.rb
Overview
CreateCasterInputPushUrl请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(casterid = nil, inputindex = nil, protocol = nil) ⇒ CreateCasterInputPushUrlRequest
constructor
A new instance of CreateCasterInputPushUrlRequest.
Constructor Details
#initialize(casterid = nil, inputindex = nil, protocol = nil) ⇒ CreateCasterInputPushUrlRequest
Returns a new instance of CreateCasterInputPushUrlRequest.
2162 2163 2164 2165 2166 |
# File 'lib/v20180801/models.rb', line 2162 def initialize(casterid=nil, inputindex=nil, protocol=nil) @CasterId = casterid @InputIndex = inputindex @Protocol = protocol end |
Instance Attribute Details
#CasterId ⇒ Object
2160 2161 2162 |
# File 'lib/v20180801/models.rb', line 2160 def CasterId @CasterId end |
#InputIndex ⇒ Object
2160 2161 2162 |
# File 'lib/v20180801/models.rb', line 2160 def InputIndex @InputIndex end |
Instance Method Details
#deserialize(params) ⇒ Object
2168 2169 2170 2171 2172 |
# File 'lib/v20180801/models.rb', line 2168 def deserialize(params) @CasterId = params['CasterId'] @InputIndex = params['InputIndex'] @Protocol = params['Protocol'] end |