Class: TencentCloud::Live::V20180801::DeleteCasterInputInfoRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180801/models.rb

Overview

DeleteCasterInputInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CasterIdObject

范围 注:该Index对应的输入源需存在。

Parameters:

  • CasterId:

    导播台ID

  • InputIndex:

    导播台输入Index。



4199
4200
4201
# File 'lib/v20180801/models.rb', line 4199

def CasterId
  @CasterId
end

#InputIndexObject

范围 注:该Index对应的输入源需存在。

Parameters:

  • CasterId:

    导播台ID

  • InputIndex:

    导播台输入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