class TencentCloud::Live::V20180801::CopyCasterRequest
CopyCaster请求参数结构体
def deserialize(params)
def deserialize(params) @CasterId = params['CasterId'] @CasterName = params['CasterName'] @OutputStreamId = params['OutputStreamId'] end
def initialize(casterid=nil, castername=nil, outputstreamid=nil)
def initialize(casterid=nil, castername=nil, outputstreamid=nil) @CasterId = casterid @CasterName = castername @OutputStreamId = outputstreamid end