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

com.aliyun.dingtalkedu_1_0.models.DeleteDeptRequest 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.dingtalkedu_1_0.models;

import com.aliyun.tea.*;

public class DeleteDeptRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

manager1234

*/ @NameInMap("operator") public String operator; public static DeleteDeptRequest build(java.util.Map map) throws Exception { DeleteDeptRequest self = new DeleteDeptRequest(); return TeaModel.build(map, self); } public DeleteDeptRequest setOperator(String operator) { this.operator = operator; return this; } public String getOperator() { return this.operator; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy