public class CreateOrgServiceAssignRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateOrgServiceAssignRequest() | 
| CreateOrgServiceAssignRequest(CreateOrgServiceAssignRequest 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 | getManagementScope()Get 委派管理员管理范围。 取值:1-全部成员 2-部分成员,默认值1 | 
| Long[] | getManagementScopeNodeIds()Get 管理的部门ID列表。ManagementScope为2时该参数有效 | 
| Long[] | getManagementScopeUins()Get 管理的成员Uin列表。ManagementScope为2时该参数有效 | 
| Long[] | getMemberUins()Get 委派管理员Uin列表。 最大长度20个 | 
| String | getProduct()Get 集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取 | 
| Long | getServiceId()Get 集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取 | 
| void | setManagementScope(Long ManagementScope)Set 委派管理员管理范围。 取值:1-全部成员 2-部分成员,默认值1 | 
| void | setManagementScopeNodeIds(Long[] ManagementScopeNodeIds)Set 管理的部门ID列表。ManagementScope为2时该参数有效 | 
| void | setManagementScopeUins(Long[] ManagementScopeUins)Set 管理的成员Uin列表。ManagementScope为2时该参数有效 | 
| void | setMemberUins(Long[] MemberUins)Set 委派管理员Uin列表。 最大长度20个 | 
| void | setProduct(String Product)Set 集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取 | 
| void | setServiceId(Long ServiceId)Set 集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取 | 
| 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 CreateOrgServiceAssignRequest()
public CreateOrgServiceAssignRequest(CreateOrgServiceAssignRequest source)
public Long[] getMemberUins()
public void setMemberUins(Long[] MemberUins)
MemberUins - 委派管理员Uin列表。 最大长度20个public Long getServiceId()
public void setServiceId(Long ServiceId)
ServiceId - 集团服务ID。和集团服务产品标识二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取public String getProduct()
public void setProduct(String Product)
Product - 集团服务产品标识。和集团服务ID二选一必填,可以通过[ListOrganizationService](https://cloud.tencent.com/document/product/850/109561)获取public Long getManagementScope()
public void setManagementScope(Long ManagementScope)
ManagementScope - 委派管理员管理范围。 取值:1-全部成员 2-部分成员,默认值1public Long[] getManagementScopeUins()
public void setManagementScopeUins(Long[] ManagementScopeUins)
ManagementScopeUins - 管理的成员Uin列表。ManagementScope为2时该参数有效public Long[] getManagementScopeNodeIds()
public void setManagementScopeNodeIds(Long[] ManagementScopeNodeIds)
ManagementScopeNodeIds - 管理的部门ID列表。ManagementScope为2时该参数有效Copyright © 2025. All rights reserved.