class TencentCloud::Live::V20180801::DescribeLivePushAuthKeyResponse

def deserialize(params)

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