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