public class DeleteUserRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
tid
The ID of the tenant.
|
String |
uid
The unique ID (UID) of Alibaba Cloud account to delete.
|
| 构造器和说明 |
|---|
DeleteUserRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteUserRequest |
build(Map<String,?> map) |
Long |
getTid() |
String |
getUid() |
DeleteUserRequest |
setTid(Long tid) |
DeleteUserRequest |
setUid(String uid) |
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the DMS console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
-1
@NameInMap(value="Uid") public String uid
The unique ID (UID) of Alibaba Cloud account to delete.
This parameter is required.
example:12345
public static DeleteUserRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteUserRequest setTid(Long tid)
public Long getTid()
public DeleteUserRequest setUid(String uid)
public String getUid()
Copyright © 2025. All rights reserved.