using System; using System.Xml.Serialization; using System.Collections.Generic; using Top.Api; namespace DingTalk.Api.Response { /// /// CorpMessageCorpconversationSendmockResponse. /// public class CorpMessageCorpconversationSendmockResponse : DingTalkResponse { /// /// θΏ”ε›žη»“ζžœ /// [XmlElement("result")] public string Result { get; set; } } }