Class: TencentCloud::Live::V20180801::DeleteCasterOutputInfoRequest

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

Overview

DeleteCasterOutputInfo请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(casterid = nil, outputindex = nil) ⇒ DeleteCasterOutputInfoRequest



4347
4348
4349
4350
# File 'lib/v20180801/models.rb', line 4347

def initialize(casterid=nil, outputindex=nil)
  @CasterId = casterid
  @OutputIndex = outputindex
end

Instance Attribute Details

#CasterIdObject

注:删除时,该Index对应的配置需要存在。



4345
4346
4347
# File 'lib/v20180801/models.rb', line 4345

def CasterId
  @CasterId
end

#OutputIndexObject

注:删除时,该Index对应的配置需要存在。



4345
4346
4347
# File 'lib/v20180801/models.rb', line 4345

def OutputIndex
  @OutputIndex
end

Instance Method Details

#deserialize(params) ⇒ Object



4352
4353
4354
4355
# File 'lib/v20180801/models.rb', line 4352

def deserialize(params)
  @CasterId = params['CasterId']
  @OutputIndex = params['OutputIndex']
end