public class GetCrmRolePermissionRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bizType
example:
crm_customer
|
String |
resourceId
example:
PROC-9EC85C45-E404-4E26-9300-E67455F0FF8F
|
| 构造器和说明 |
|---|
GetCrmRolePermissionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetCrmRolePermissionRequest |
build(Map<String,?> map) |
String |
getBizType() |
String |
getResourceId() |
GetCrmRolePermissionRequest |
setBizType(String bizType) |
GetCrmRolePermissionRequest |
setResourceId(String resourceId) |
@NameInMap(value="bizType") public String bizType
crm_customer
@NameInMap(value="resourceId") public String resourceId
PROC-9EC85C45-E404-4E26-9300-E67455F0FF8F
public static GetCrmRolePermissionRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetCrmRolePermissionRequest setBizType(String bizType)
public String getBizType()
public GetCrmRolePermissionRequest setResourceId(String resourceId)
public String getResourceId()
Copyright © 2025. All rights reserved.