public class GetLhSpaceByNameRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetLhSpaceByNameRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetLhSpaceByNameRequest |
build(Map<String,?> map) |
String |
getSpaceName() |
Long |
getTid() |
GetLhSpaceByNameRequest |
setSpaceName(String spaceName) |
GetLhSpaceByNameRequest |
setTid(Long tid) |
@NameInMap(value="SpaceName") public String spaceName
The name of the workspace.
This parameter is required.
example:test_space
@NameInMap(value="Tid") public Long tid
The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to obtain the tenant ID.
example:3000
public static GetLhSpaceByNameRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetLhSpaceByNameRequest setSpaceName(String spaceName)
public String getSpaceName()
public GetLhSpaceByNameRequest setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.