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

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

There is a newer version: 2.1.30
Show 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 ListIndustryRoleUsersRequest extends TeaModel {
    // 行业角色编码
    @NameInMap("tagCode")
    public String tagCode;

    public static ListIndustryRoleUsersRequest build(java.util.Map map) throws Exception {
        ListIndustryRoleUsersRequest self = new ListIndustryRoleUsersRequest();
        return TeaModel.build(map, self);
    }

    public ListIndustryRoleUsersRequest setTagCode(String tagCode) {
        this.tagCode = tagCode;
        return this;
    }
    public String getTagCode() {
        return this.tagCode;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy