public class RemoveWhiteListSettingRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<Long> |
ids
IDs of the whitelist to be deleted in bulk.
|
String |
serviceCode
ServiceCode for the real person cloud product, only value: antcloudauth.
|
| 构造器和说明 |
|---|
RemoveWhiteListSettingRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RemoveWhiteListSettingRequest |
build(Map<String,?> map) |
List<Long> |
getIds() |
String |
getServiceCode() |
RemoveWhiteListSettingRequest |
setIds(List<Long> ids) |
RemoveWhiteListSettingRequest |
setServiceCode(String serviceCode) |
@NameInMap(value="ServiceCode") public String serviceCode
ServiceCode for the real person cloud product, only value: antcloudauth.
example:antcloudauth
public static RemoveWhiteListSettingRequest build(Map<String,?> map) throws Exception
Exceptionpublic RemoveWhiteListSettingRequest setIds(List<Long> ids)
public RemoveWhiteListSettingRequest setServiceCode(String serviceCode)
public String getServiceCode()
Copyright © 2025. All rights reserved.