Files
RenyiServer/COSXML/Model/Bucket/DeleteBucketReplicationResult.cs

16 lines
282 B
C#
Raw Normal View History

2026-03-09 00:13:46 +08:00
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
{
}
}