using System; using System.Collections.Generic; using System.Text; namespace COSXML.Model.Object { /// /// 对一个通过 COS 归档为 archive 类型的对象进行恢复返回的结果 /// /// public sealed class RestoreObjectResult : CosResult { } }