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

11 lines
178 B
C#
Raw Permalink Normal View History

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