class TencentCloud::Live::V20180801::DescribeLivePlayAuthKeyResponse

DescribeLivePlayAuthKey返回参数结构体

def deserialize(params)

def deserialize(params)
  unless params['PlayAuthKeyInfo'].nil?
    @PlayAuthKeyInfo = PlayAuthKeyInfo.new
    @PlayAuthKeyInfo.deserialize(params['PlayAuthKeyInfo'])
  end
  @RequestId = params['RequestId']
end

def initialize(playauthkeyinfo=nil, requestid=nil)

def initialize(playauthkeyinfo=nil, requestid=nil)
  @PlayAuthKeyInfo = playauthkeyinfo
  @RequestId = requestid
end