GetBucketPolicyResult.cs 318 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/8276"/>
  9. /// </summary>
  10. public sealed class GetBucketPolicyResult : CosResult
  11. {
  12. }
  13. }