public class RemoveAccountFromAccountGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RemoveAccountFromAccountGroupRequest()  | 
RemoveAccountFromAccountGroupRequest(RemoveAccountFromAccountGroupRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAccountGroupId()
Get Account group ID 
 | 
String[] | 
getAccountIds()
Get List of IDs of the accounts to be removed. 
 | 
void | 
setAccountGroupId(String AccountGroupId)
Set Account group ID 
 | 
void | 
setAccountIds(String[] AccountIds)
Set List of IDs of the accounts to be removed. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RemoveAccountFromAccountGroupRequest()
public RemoveAccountFromAccountGroupRequest(RemoveAccountFromAccountGroupRequest source)
public String getAccountGroupId()
public void setAccountGroupId(String AccountGroupId)
AccountGroupId - Account group IDpublic String[] getAccountIds()
public void setAccountIds(String[] AccountIds)
AccountIds - List of IDs of the accounts to be removed.Copyright © 2025. All rights reserved.