Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-tag
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)
}
Upgrade
Version history
1.0.1060latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.