Files
g.hnyhua.cn/COSXML/Model/Object/DeleteObjectResult.cs

16 lines
320 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace COSXML.Model.Object
{
/// <summary>
/// 删除对象返回的结果
/// <see cref="https://cloud.tencent.com/document/product/436/7743"/>
/// </summary>
public sealed class DeleteObjectResult : CosResult
{
}
}