DeleteBucketPolicyResult.cs 336 B

1234567891011121314
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Text;
  4. namespace COSXML.Model.Bucket
  5. {
  6. /// <summary>
  7. /// 删除 Bucket 权限策略返回的结果
  8. /// <see href="https://cloud.tencent.com/document/product/436/8285"/>
  9. /// </summary>
  10. public sealed class DeleteBucketPolicyResult : CosResult
  11. {
  12. }
  13. }