using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// AliyunUserGetResponse.
///
public class AliyunUserGetResponse : TopResponse
{
///
/// 账号信息
///
[XmlElement("account")]
public string Account { get; set; }
}
}