public class DeleteOrgServiceAssignRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteOrgServiceAssignRequest() |
DeleteOrgServiceAssignRequest(DeleteOrgServiceAssignRequest 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 |
---|---|
Long |
getMemberUin()
Get Uin of the delegated admin.
|
Long |
getServiceId()
Get Organization service ID, which can be obtained through [ListOrganizationService](https://intl.cloud.tencent.com/document/product/850/109561?from_cn_redirect=1).
|
void |
setMemberUin(Long MemberUin)
Set Uin of the delegated admin.
|
void |
setServiceId(Long ServiceId)
Set Organization service ID, which can be obtained through [ListOrganizationService](https://intl.cloud.tencent.com/document/product/850/109561?from_cn_redirect=1).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteOrgServiceAssignRequest()
public DeleteOrgServiceAssignRequest(DeleteOrgServiceAssignRequest source)
public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId
- Organization service ID, which can be obtained through [ListOrganizationService](https://intl.cloud.tencent.com/document/product/850/109561?from_cn_redirect=1).public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- Uin of the delegated admin.Copyright © 2024. All rights reserved.