class TencentCloud::Live::V20180801::DescribeCasterPlayUrlRequest
DescribeCasterPlayUrl请求参数结构体
def deserialize(params)
def deserialize(params) @CasterId = params['CasterId'] @PlayUrlType = params['PlayUrlType'] @PlayUrlIndex = params['PlayUrlIndex'] end
def initialize(casterid=nil, playurltype=nil, playurlindex=nil)
def initialize(casterid=nil, playurltype=nil, playurlindex=nil) @CasterId = casterid @PlayUrlType = playurltype @PlayUrlIndex = playurlindex end