- using System;
- using System.Collections.Generic;
- using System.Text;
- namespace COSXML.Model.Bucket
- {
- /// <summary>
- /// 设置 Bucket CORS 返回的结果
- /// <see href="https://cloud.tencent.com/document/product/436/8279"/>
- /// </summary>
- public sealed class PutBucketCORSResult : CosResult
- {
- }
- }
|