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