using System; using System.Collections.Generic; using System.Text; namespace COSXML.Model.Object { /// /// 删除对象返回的结果 /// /// public sealed class DeleteObjectResult : CosResult { } }