public class ListWorkspacesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
maxResults
example:
30
|
String |
nextToken
example:
next_token
|
String |
operatorId
This parameter is required.
|
String |
orderBy
example:
VIEW_TIME_DESC
|
String |
teamId
example:
team_id
|
Boolean |
withPermissionRole
example:
false
|
| 构造器和说明 |
|---|
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
30
@NameInMap(value="nextToken") public String nextToken
next_token
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:union_id
@NameInMap(value="orderBy") public String orderBy
VIEW_TIME_DESC
@NameInMap(value="teamId") public String teamId
team_id
@NameInMap(value="withPermissionRole") public Boolean withPermissionRole
false
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 © 2025. All rights reserved.