1234567891011121314151617 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- using COSXML.Model.Tag;
- using COSXML.Transfer;
- namespace COSXML.Model.Object
- {
- /// <summary>
- /// 使用者用表单的形式将文件(Object)上传至指定 Bucket 中.
- /// <see href="https://cloud.tencent.com/document/product/436/14690"/>
- /// </summary>
- public sealed class PostObjectResult : CosResult
- {
- }
- }
|