![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.dingtalkh3yun_1_0.models.GetRoleUsersRequest Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkh3yun_1_0.models;
import com.aliyun.tea.*;
public class GetRoleUsersRequest extends TeaModel {
/**
* This parameter is required.
*
* example:
* 34ddd46f-e6c4-4eb0-b63a-aac0dd9232b0
*/
@NameInMap("roleId")
public String roleId;
public static GetRoleUsersRequest build(java.util.Map map) throws Exception {
GetRoleUsersRequest self = new GetRoleUsersRequest();
return TeaModel.build(map, self);
}
public GetRoleUsersRequest setRoleId(String roleId) {
this.roleId = roleId;
return this;
}
public String getRoleId() {
return this.roleId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy