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

com.aliyun.dingtalkcontact_1_0.models.UpdateDeptSettngTailFirstRequest 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.dingtalkcontact_1_0.models;

import com.aliyun.tea.*;

public class UpdateDeptSettngTailFirstRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("enable") public Boolean enable; public static UpdateDeptSettngTailFirstRequest build(java.util.Map map) throws Exception { UpdateDeptSettngTailFirstRequest self = new UpdateDeptSettngTailFirstRequest(); return TeaModel.build(map, self); } public UpdateDeptSettngTailFirstRequest setEnable(Boolean enable) { this.enable = enable; return this; } public Boolean getEnable() { return this.enable; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy