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

com.aliyun.dingtalkresident_1_0.models.GetSpaceIdByTypeRequest Maven / Gradle / Ivy

The newest version!
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkresident_1_0.models;

import com.aliyun.tea.*;

public class GetSpaceIdByTypeRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

PROPERTY_STAFF_DEPT

*/ @NameInMap("departmentType") public String departmentType; public static GetSpaceIdByTypeRequest build(java.util.Map map) throws Exception { GetSpaceIdByTypeRequest self = new GetSpaceIdByTypeRequest(); return TeaModel.build(map, self); } public GetSpaceIdByTypeRequest setDepartmentType(String departmentType) { this.departmentType = departmentType; return this; } public String getDepartmentType() { return this.departmentType; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy