class TencentCloud::Live::V20180801::DescribeLivePlayAuthKeyResponse

def deserialize(params)

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