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

com.aliyun.dingtalkindustry_1_0.models.CustomizeContactDeptCreateResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class CustomizeContactDeptCreateResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("content") public Long content; public static CustomizeContactDeptCreateResponseBody build(java.util.Map map) throws Exception { CustomizeContactDeptCreateResponseBody self = new CustomizeContactDeptCreateResponseBody(); return TeaModel.build(map, self); } public CustomizeContactDeptCreateResponseBody setContent(Long content) { this.content = content; return this; } public Long getContent() { return this.content; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy