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

17 lines
376 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace COSXML.Model.Object
{
/// <summary>
/// 对一个通过 COS 归档为 archive 类型的对象进行恢复返回的结果
/// <see cref="https://cloud.tencent.com/document/product/436/12633"/>
/// </summary>
public sealed class RestoreObjectResult : CosResult
{
}
}