| Package | Description |
|---|---|
| com.tencentcloudapi.tat.v20201028.models |
| Modifier and Type | Method and Description |
|---|---|
Tag[] |
CreateCommandRequest.getTags()
Get 为命令关联的标签,列表长度不超过10。
|
Tag[] |
RunCommandRequest.getTags()
Get 如果保存命令,可为命令设置标签。列表长度不超过10。
|
Tag[] |
Command.getTags()
Get 命令关联的标签列表。
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCommandRequest.setTags(Tag[] Tags)
Set 为命令关联的标签,列表长度不超过10。
|
void |
RunCommandRequest.setTags(Tag[] Tags)
Set 如果保存命令,可为命令设置标签。列表长度不超过10。
|
void |
Command.setTags(Tag[] Tags)
Set 命令关联的标签列表。
|
| Constructor and Description |
|---|
Tag(Tag 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 © 2021. All rights reserved.