/*
* Copyright (C) Alibaba Cloud Computing
* All rights reserved.
*
* 版权所有 (C)阿里云计算有限公司
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Aliyun.Api.LOG.Response
{
///
/// The response of the PutLogs API from sls server
///
public class PutLogsResponse : LogResponse
{
///
/// default constructor for PutLogsResponse
///
/// header information in http response
public PutLogsResponse(IDictionaryheader)
:base(header)
{
}
}
}