All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkchengfeng_1_0.models.GetChildOrgListRequest Maven / Gradle / Ivy

There is a newer version: 2.1.67
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkchengfeng_1_0.models;

import com.aliyun.tea.*;

public class GetChildOrgListRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

123

* * if can be null: *

false

*/ @NameInMap("deptCode") public String deptCode; public static GetChildOrgListRequest build(java.util.Map map) throws Exception { GetChildOrgListRequest self = new GetChildOrgListRequest(); return TeaModel.build(map, self); } public GetChildOrgListRequest setDeptCode(String deptCode) { this.deptCode = deptCode; return this; } public String getDeptCode() { return this.deptCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy