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

com.aliyun.dingtalkedu_1_0.models.SearchTeachersRequest Maven / Gradle / Ivy

The 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 SearchTeachersRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

*/ @NameInMap("nameKeyword") public String nameKeyword; public static SearchTeachersRequest build(java.util.Map map) throws Exception { SearchTeachersRequest self = new SearchTeachersRequest(); return TeaModel.build(map, self); } public SearchTeachersRequest setNameKeyword(String nameKeyword) { this.nameKeyword = nameKeyword; return this; } public String getNameKeyword() { return this.nameKeyword; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy