GroupHonorListData

fun GroupHonorListData(    gc: String?,     type: GroupHonorType?,     uin: String?,     talkativeList: List<GroupHonorListData.Talkative?>? = null,     currentTalkative: GroupHonorListData.CurrentTalkative? = null,     actorList: List<GroupHonorListData.Actor?>? = null,     legendList: List<GroupHonorListData.Actor?>? = null,     newbieList: List<GroupHonorListData.Actor?>? = null,     strongNewbieList: List<GroupHonorListData.Actor?>? = null,     emotionList: List<GroupHonorListData.Actor?>? = null,     levelName: GroupHonorListData.LevelName? = null,     manageList: List<GroupHonorListData.Tag?>? = null,     exclusiveList: List<GroupHonorListData.Tag?>? = null,     activeObj: Map<String, List<GroupHonorListData.Tag?>?>? = null,     showActiveObj: Map<String, Boolean?>? = null,     myTitle: String?,     myIndex: Int? = 0,     myAvatar: String?,     hasServerError: Boolean?,     hwExcellentList: List<GroupHonorListData.Actor?>? = null)