using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// HttpdnsApiruleUpdateResponse.
///
public class HttpdnsApiruleUpdateResponse : TopResponse
{
///
/// 操作结果
///
[XmlElement("modal")]
public bool Modal { get; set; }
}
}