public class ListWorkspacesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults |
String |
nextToken |
String |
operatorId |
String |
orderBy |
String |
teamId |
Boolean |
withPermissionRole |
| 构造器和说明 |
|---|
ListWorkspacesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListWorkspacesRequest |
build(Map<String,?> map) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOperatorId() |
String |
getOrderBy() |
String |
getTeamId() |
Boolean |
getWithPermissionRole() |
ListWorkspacesRequest |
setMaxResults(Integer maxResults) |
ListWorkspacesRequest |
setNextToken(String nextToken) |
ListWorkspacesRequest |
setOperatorId(String operatorId) |
ListWorkspacesRequest |
setOrderBy(String orderBy) |
ListWorkspacesRequest |
setTeamId(String teamId) |
ListWorkspacesRequest |
setWithPermissionRole(Boolean withPermissionRole) |
@NameInMap(value="maxResults") public Integer maxResults
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="operatorId") public String operatorId
@NameInMap(value="orderBy") public String orderBy
@NameInMap(value="teamId") public String teamId
@NameInMap(value="withPermissionRole") public Boolean withPermissionRole
public static ListWorkspacesRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListWorkspacesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListWorkspacesRequest setNextToken(String nextToken)
public String getNextToken()
public ListWorkspacesRequest setOperatorId(String operatorId)
public String getOperatorId()
public ListWorkspacesRequest setOrderBy(String orderBy)
public String getOrderBy()
public ListWorkspacesRequest setTeamId(String teamId)
public String getTeamId()
public ListWorkspacesRequest setWithPermissionRole(Boolean withPermissionRole)
public Boolean getWithPermissionRole()
Copyright © 2023. All rights reserved.