| Package | Description |
|---|---|
| com.tencentcloudapi.scf.v20180416.models |
| Modifier and Type | Method and Description |
|---|---|
Tag[] |
CreateFunctionRequest.getTags()
Get 函数 Tag 参数,以键值对数组形式传入
|
Tag[] |
Function.getTags()
Get 函数标签
|
Tag[] |
GetFunctionResponse.getTags()
Get 函数的标签列表
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFunctionRequest.setTags(Tag[] Tags)
Set 函数 Tag 参数,以键值对数组形式传入
|
void |
Function.setTags(Tag[] Tags)
Set 函数标签
|
void |
GetFunctionResponse.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 © 2022. All rights reserved.