Skip to content

Commit d0fc9d0

Browse files
committed
feat(dnspod): groupid parameter
1 parent 89a4002 commit d0fc9d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tencentcloud/service_tencentcloud_dnspod.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ func (me *DnspodService) DescribeDnspodDomainListByFilter(ctx context.Context, p
170170
request.Type = v.(*string)
171171
}
172172
if k == "GroupId" {
173+
request.GroupId = v.([]*int64)
173174
}
174175
if k == "Keyword" {
175176
request.Keyword = v.(*string)

0 commit comments

Comments
 (0)