using System; using System.Xml.Serialization; using System.Collections.Generic; using Top.Api; namespace DingTalk.Api.Response { /// /// OapiEduSubDataGetResponse. /// public class OapiEduSubDataGetResponse : DingTalkResponse { /// /// 错误码 /// [XmlElement("errcode")] public long Errcode { get; set; } /// /// 错误信息 /// [XmlElement("errmsg")] public string Errmsg { get; set; } /// /// 结果集 /// [XmlArray("result")] [XmlArrayItem("open_edu_school_statistical_data_response")] public List Result { get; set; } /// /// 成功or失败 /// [XmlElement("success")] public bool Success { get; set; } /// /// OpenEduSchoolStatisticalDataResponseDomain Data Structure. /// [Serializable] public class OpenEduSchoolStatisticalDataResponseDomain : TopObject { /// /// 最近1天活跃的班级圈数 /// [XmlElement("act_class_circle_cnt_1d")] public string ActClassCircleCnt1d { get; set; } /// /// 最近7天活跃的班级圈数 /// [XmlElement("act_class_circle_cnt_7d")] public string ActClassCircleCnt7d { get; set; } /// /// 最近1天活跃的班级群数 /// [XmlElement("act_class_group_cnt_1d")] public string ActClassGroupCnt1d { get; set; } /// /// 最近7天活跃的班级群数 /// [XmlElement("act_class_group_cnt_7d")] public string ActClassGroupCnt7d { get; set; } /// /// 最近1天活跃家长数量 /// [XmlElement("act_patriarch_cnt_1d")] public string ActPatriarchCnt1d { get; set; } /// /// 最近7天活跃家长数量 /// [XmlElement("act_patriarch_cnt_7d")] public string ActPatriarchCnt7d { get; set; } /// /// 最近1天活跃教师数量 /// [XmlElement("act_teacher_cnt_1d")] public string ActTeacherCnt1d { get; set; } /// /// 最近7天活跃教师数量 /// [XmlElement("act_teacher_cnt_7d")] public string ActTeacherCnt7d { get; set; } /// /// 最近1天活跃用户数 /// [XmlElement("act_usr_cnt_1d")] public string ActUsrCnt1d { get; set; } /// /// 最近7天总活跃用户数 /// [XmlElement("act_usr_cnt_7d")] public string ActUsrCnt7d { get; set; } /// /// 最近1天活跃率 /// [XmlElement("act_usr_ratio_1d")] public string ActUsrRatio1d { get; set; } /// /// 最近7天活跃率 /// [XmlElement("act_usr_ratio_7d")] public string ActUsrRatio7d { get; set; } /// /// 激活用户数 /// [XmlElement("active_mbr_cnt_std")] public string ActiveMbrCntStd { get; set; } /// /// 数字化教师数量 /// [XmlElement("auth_teacher_cnt_std")] public string AuthTeacherCntStd { get; set; } /// /// 最近1天班级打卡使用人数 /// [XmlElement("class_card_user_cnt_1d")] public string ClassCardUserCnt1d { get; set; } /// /// 最近7天班级打卡使用人数 /// [XmlElement("class_card_user_cnt_7d")] public string ClassCardUserCnt7d { get; set; } /// /// 最近1天班级圈使用人数 /// [XmlElement("class_circle_user_cnt_1d")] public string ClassCircleUserCnt1d { get; set; } /// /// 最近7天班级圈使用人数 /// [XmlElement("class_circle_user_cnt_7d")] public string ClassCircleUserCnt7d { get; set; } /// /// 班级数量 /// [XmlElement("class_cnt_std")] public string ClassCntStd { get; set; } /// /// 最近1天班级群使用人数 /// [XmlElement("class_group_user_cnt_1d")] public string ClassGroupUserCnt1d { get; set; } /// /// 最近7天班级群使用人数 /// [XmlElement("class_group_user_cnt_7d")] public string ClassGroupUserCnt7d { get; set; } /// /// 教育局ID /// [XmlElement("corp_id")] public string CorpId { get; set; } /// /// 最近1天钉钉指数 /// [XmlElement("ding_index_1d")] public string DingIndex1d { get; set; } /// /// 最近7天钉钉指数 /// [XmlElement("ding_index_7d")] public string DingIndex7d { get; set; } /// /// 最近1天成功发起直播次数 /// [XmlElement("live_launch_succ_cnt_1d")] public string LiveLaunchSuccCnt1d { get; set; } /// /// 最近7天成功发起直播次数 /// [XmlElement("live_launch_succ_cnt_7d")] public string LiveLaunchSuccCnt7d { get; set; } /// /// 最近1天观看和回看直播人数 /// [XmlElement("live_play_user_cnt_1d")] public string LivePlayUserCnt1d { get; set; } /// /// 最近7天观看和回看直播人数 /// [XmlElement("live_play_user_cnt_7d")] public string LivePlayUserCnt7d { get; set; } /// /// 最近1天成功发起直播时长 /// [XmlElement("live_succ_time_len_1d")] public string LiveSuccTimeLen1d { get; set; } /// /// 最近7天成功发起直播时长 /// [XmlElement("live_succ_time_len_7d")] public string LiveSuccTimeLen7d { get; set; } /// /// 激活率 /// [XmlElement("mbr_active_ratio")] public string MbrActiveRatio { get; set; } /// /// 通讯录人数 /// [XmlElement("mbr_cnt_std")] public string MbrCntStd { get; set; } /// /// 多家长监管学生数 /// [XmlElement("multi_patriarch_student_cnt")] public string MultiPatriarchStudentCnt { get; set; } /// /// 多家长监管学生比率 /// [XmlElement("multi_patriarch_student_ratio")] public string MultiPatriarchStudentRatio { get; set; } /// /// 无家长监管学生数 /// [XmlElement("none_patriarch_student_cnt")] public string NonePatriarchStudentCnt { get; set; } /// /// 无家长监管学生比率 /// [XmlElement("none_patriarch_student_ratio")] public string NonePatriarchStudentRatio { get; set; } /// /// 家长数量 /// [XmlElement("patriarch_cnt_std")] public string PatriarchCntStd { get; set; } /// /// 最近1天接收DING的家长数 /// [XmlElement("rcv_ding_patriarch_cnt_1d")] public string RcvDingPatriarchCnt1d { get; set; } /// /// 最近7天接收DING的家长数 /// [XmlElement("rcv_ding_patriarch_cnt_7d")] public string RcvDingPatriarchCnt7d { get; set; } /// /// 最近1天班级圈发送数 /// [XmlElement("send_circle_post_cnt_1d")] public string SendCirclePostCnt1d { get; set; } /// /// 最近7天班级圈发送数 /// [XmlElement("send_circle_post_cnt_7d")] public string SendCirclePostCnt7d { get; set; } /// /// 最近1天沟通用户数 /// [XmlElement("send_msg_user_cnt_1d")] public string SendMsgUserCnt1d { get; set; } /// /// 最近7天沟通用户数 /// [XmlElement("send_msg_user_cnt_7d")] public string SendMsgUserCnt7d { get; set; } /// /// 最近1天沟通率 /// [XmlElement("send_msg_user_ratio_1d")] public string SendMsgUserRatio1d { get; set; } /// /// 最近7天沟通率 /// [XmlElement("send_msg_user_ratio_7d")] public string SendMsgUserRatio7d { get; set; } /// /// 单家长监管学生数 /// [XmlElement("single_patriarch_student_cnt")] public string SinglePatriarchStudentCnt { get; set; } /// /// 单家长监管学生比率 /// [XmlElement("single_patriarch_student_ratio")] public string SinglePatriarchStudentRatio { get; set; } /// /// 统计日期 /// [XmlElement("stat_date")] public string StatDate { get; set; } /// /// 学生数量 /// [XmlElement("student_cnt_std")] public string StudentCntStd { get; set; } /// /// 所辖组织的地理纬度 /// [XmlElement("sub_corp_area_lat")] public string SubCorpAreaLat { get; set; } /// /// 所辖组织的地理经度 /// [XmlElement("sub_corp_area_lng")] public string SubCorpAreaLng { get; set; } /// /// 学校id /// [XmlElement("sub_corp_id")] public string SubCorpId { get; set; } /// /// 学校名称 /// [XmlElement("sub_corp_name")] public string SubCorpName { get; set; } /// /// 教师数量 /// [XmlElement("teacher_cnt_std")] public string TeacherCntStd { get; set; } /// /// 最近1天教师钉消息发送数 /// [XmlElement("teacher_send_ding_cnt_1d")] public string TeacherSendDingCnt1d { get; set; } /// /// 最近7天教师钉消息发送数 /// [XmlElement("teacher_send_ding_cnt_7d")] public string TeacherSendDingCnt7d { get; set; } /// /// 双家长监管学生数 /// [XmlElement("two_patriarch_student_cnt")] public string TwoPatriarchStudentCnt { get; set; } /// /// 双家长监管学生比率 /// [XmlElement("two_patriarch_student_ratio")] public string TwoPatriarchStudentRatio { get; set; } } } }