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

11 lines
176 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Text;
namespace COSXML.Model.Bucket
{
public sealed class PutBucketLoggingResult : CosResult
{
}
}