using System; using System.Collections.Generic; using System.Text; using COSXML.Model.Tag; using COSXML.Transfer; using System.IO; namespace COSXML.Model.Service { /// /// 获取所有 Bucket 列表返回的结果 /// /// public sealed class GetServiceResult : CosDataResult { /// /// list all buckets for users /// /// public ListAllMyBuckets listAllMyBuckets { get {return _data; } } } }