| Package | Description |
|---|---|
| com.tencentcloudapi.pts.v20210728.models |
| Modifier and Type | Method and Description |
|---|---|
TagSpec[] |
DescribeProjectsRequest.getTagFilters()
Get 标签数组
|
TagSpec[] |
CreateProjectRequest.getTags()
Get 标签数组
|
TagSpec[] |
Project.getTags()
Get 标签数组
注意:此字段可能返回 null,表示取不到有效值。
|
TagSpec[] |
UpdateProjectRequest.getTags()
Get 标签数组
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectsRequest.setTagFilters(TagSpec[] TagFilters)
Set 标签数组
|
void |
CreateProjectRequest.setTags(TagSpec[] Tags)
Set 标签数组
|
void |
Project.setTags(TagSpec[] Tags)
Set 标签数组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
UpdateProjectRequest.setTags(TagSpec[] Tags)
Set 标签数组
|
| Constructor and Description |
|---|
TagSpec(TagSpec 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.
|
Copyright © 2024. All rights reserved.