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

com.aliyun.dingtalkresident_1_0.models.ListIndustryRoleUsersRequest 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 ListIndustryRoleUsersRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

SecurityManager

*/ @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