Files
g.hnyhua.cn/COSXML/Model/Bucket/DeleteBucketReplicationResult.cs

16 lines
282 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Text;
/**
* Copyright (c) 2018 Tencent Cloud. All rights reserved.
* 11/2/2018 8:48:08 PM
* bradyxiao
*/
namespace COSXML.Model.Bucket
{
public sealed class DeleteBucketReplicationResult : CosResult
{
}
}