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

com.aliyun.dingtalkworkflow_1_0.models.PremiumInsertOrUpdateDirRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkworkflow_1_0.models;

import com.aliyun.tea.*;

public class PremiumInsertOrUpdateDirRequest extends TeaModel {
    /**
     * example:
     * 

administeration

*/ @NameInMap("bizGroup") public String bizGroup; /** * example: *

分组描述信息

*/ @NameInMap("description") public String description; /** * example: *

行政管理

*/ @NameInMap("name") public String name; /** *

This parameter is required.

* * example: *

{"en_US":"test","ja_JP":"test","vi_VN":"test","zh_CN":"测试","zh_HK":"测试","zh_TW":"测试"}

*/ @NameInMap("name18n") public String name18n; /** *

This parameter is required.

* * example: *

user001

*/ @NameInMap("operateUserId") public String operateUserId; public static PremiumInsertOrUpdateDirRequest build(java.util.Map map) throws Exception { PremiumInsertOrUpdateDirRequest self = new PremiumInsertOrUpdateDirRequest(); return TeaModel.build(map, self); } public PremiumInsertOrUpdateDirRequest setBizGroup(String bizGroup) { this.bizGroup = bizGroup; return this; } public String getBizGroup() { return this.bizGroup; } public PremiumInsertOrUpdateDirRequest setDescription(String description) { this.description = description; return this; } public String getDescription() { return this.description; } public PremiumInsertOrUpdateDirRequest setName(String name) { this.name = name; return this; } public String getName() { return this.name; } public PremiumInsertOrUpdateDirRequest setName18n(String name18n) { this.name18n = name18n; return this; } public String getName18n() { return this.name18n; } public PremiumInsertOrUpdateDirRequest setOperateUserId(String operateUserId) { this.operateUserId = operateUserId; return this; } public String getOperateUserId() { return this.operateUserId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy