{ // 记录ID int64 id; // 备注 string description; // 记录名 string name; // 记录类型 string type; // 记录值 string value; // mx优先级 int32 mxPriority; // SRV优先级 int32 srvPriority; // SRV权重 int32 srvWeight; // SRV端口 int32 srvPort; // CAA Flag int32 caaFlag; // CAA TAG string caaTag; // TTL int32 ttl; // 权重 int32 weight; int64 createdAt; // 是否已删除 bool isDeleted; int64 version; // 是否启用 bool isOn; // 健康检查配置 bytes healthCheckJSON; // 是否在线(根据健康检查结果) bool isUp; // 所属域名 NSDomain nsDomain; // 线路 []NSRoute nsRoutes; }