PutObjectACLResult.cs 326 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace COSXML.Model.Object
  5. {
  6. /// <summary>
  7. /// 设置 对象 的ACL返回的结果
  8. /// <see href="https://cloud.tencent.com/document/product/436/7748"/>
  9. /// </summary>
  10. public sealed class PutObjectACLResult : CosResult
  11. {
  12. }
  13. }