首次推送
This commit is contained in:
14
COSXML/Model/Bucket/GetBucketPolicyResult.cs
Normal file
14
COSXML/Model/Bucket/GetBucketPolicyResult.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace COSXML.Model.Bucket
|
||||
{
|
||||
/// <summary>
|
||||
/// 获取 Bucket 权限策略
|
||||
/// <see cref="https://cloud.tencent.com/document/product/436/8276"/>
|
||||
/// </summary>
|
||||
public sealed class GetBucketPolicyResult : CosResult
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user