Registry / cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-tag

tencentcloud-tencentcloud-sdk-go-tencentcloud-tag

JSON →
library1.0.1060gogounverified

Tencent Cloud SDK for managing resource tags.

go get github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tag
INSTALL
IMPORT
SIG · TENCENTCLOUD-TENCE
T
tencentcloud-tencentcloud-sdk-go-tencentcloud-tag
cloudgov1.0.1060
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tag
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tag

List tags using Tencent Cloud Tag SDK

package main import ( "fmt" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common" "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tag" ) func main() { credential := common.NewCredential("SecretId", "SecretKey") client, _ := tag.NewClient(credential, "ap-guangzhou") request := tag.NewDescribeTagsRequest() response, err := client.DescribeTags(request) if err != nil { fmt.Println(err) } fmt.Println(response) }
Debug
Known issues
gotchaCredential management
fix
Use environment variables or secure credential storage.
affects: all
Upgrade
Version history
1.0.1060latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
tencentcloud-tencentcloud-sdk-go-tencentcloud-tag — go get tencentcloud-tencentcloud-sdk-go-tencentcloud-tag · libregistry