Class: TencentCloud::Live::V20180801::DeleteCasterInputInfoRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DeleteCasterInputInfoRequest
- Defined in:
- lib/v20180801/models.rb
Overview
DeleteCasterInputInfo请求参数结构体
Instance Attribute Summary collapse
-
#CasterId ⇒ Object
范围 注:该Index对应的输入源需存在。.
-
#InputIndex ⇒ Object
范围 注:该Index对应的输入源需存在。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(casterid = nil, inputindex = nil) ⇒ DeleteCasterInputInfoRequest
constructor
A new instance of DeleteCasterInputInfoRequest.
Constructor Details
#initialize(casterid = nil, inputindex = nil) ⇒ DeleteCasterInputInfoRequest
Returns a new instance of DeleteCasterInputInfoRequest.
4201 4202 4203 4204 |
# File 'lib/v20180801/models.rb', line 4201 def initialize(casterid=nil, inputindex=nil) @CasterId = casterid @InputIndex = inputindex end |
Instance Attribute Details
#CasterId ⇒ Object
范围 注:该Index对应的输入源需存在。
4199 4200 4201 |
# File 'lib/v20180801/models.rb', line 4199 def CasterId @CasterId end |
#InputIndex ⇒ Object
范围 注:该Index对应的输入源需存在。
4199 4200 4201 |
# File 'lib/v20180801/models.rb', line 4199 def InputIndex @InputIndex end |
Instance Method Details
#deserialize(params) ⇒ Object
4206 4207 4208 4209 |
# File 'lib/v20180801/models.rb', line 4206 def deserialize(params) @CasterId = params['CasterId'] @InputIndex = params['InputIndex'] end |