Class: TencentCloud::Vod::V20180717::DeleteRoundPlayRequest

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

Overview

DeleteRoundPlay请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(roundplayid = nil, subappid = nil) ⇒ DeleteRoundPlayRequest

Returns a new instance of DeleteRoundPlayRequest.



9327
9328
9329
9330
# File 'lib/v20180717/models.rb', line 9327

def initialize(roundplayid=nil, subappid=nil)
  @RoundPlayId = roundplayid
  @SubAppId = subappid
end

Instance Attribute Details

#RoundPlayIdObject

Parameters:

  • RoundPlayId:

    轮播播单唯一标识。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>



9325
9326
9327
# File 'lib/v20180717/models.rb', line 9325

def RoundPlayId
  @RoundPlayId
end

#SubAppIdObject

Parameters:

  • RoundPlayId:

    轮播播单唯一标识。

  • SubAppId: (b)

    点播(/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>



9325
9326
9327
# File 'lib/v20180717/models.rb', line 9325

def SubAppId
  @SubAppId
end

Instance Method Details

#deserialize(params) ⇒ Object



9332
9333
9334
9335
# File 'lib/v20180717/models.rb', line 9332

def deserialize(params)
  @RoundPlayId = params['RoundPlayId']
  @SubAppId = params['SubAppId']
end