class TencentCloud::Vod::V20180717::DeleteRoundPlayRequest

DeleteRoundPlay请求参数结构体

def deserialize(params)

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

def initialize(roundplayid=nil, subappid=nil)

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