Skip to content

Commit b29fef2

Browse files
committed
Update API DescribeInternetDnsLogs: update response param.
1 parent 81ebe8a commit b29fef2

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2024-08-20 Version: v4.5.4
2+
- Update API DescribeInternetDnsLogs: update response param.
3+
4+
15
2024-08-01 Version: v4.5.3
26
- Update API CreatePdnsUdpIpSegment: add param IpToken.
37
- Update API ValidatePdnsUdpIpSegment: add param IpToken.

client/client.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26573,7 +26573,8 @@ type DescribeInternetDnsLogsResponseBodyLogsLog struct {
2657326573
// example:
2657426574
//
2657526575
// 1709196249000
26576-
LogTime *int64 `json:"LogTime,omitempty" xml:"LogTime,omitempty"`
26576+
LogTime *int64 `json:"LogTime,omitempty" xml:"LogTime,omitempty"`
26577+
Protocol *string `json:"Protocol,omitempty" xml:"Protocol,omitempty"`
2657726578
// example:
2657826579
//
2657926580
// example.com
@@ -26624,6 +26625,11 @@ func (s *DescribeInternetDnsLogsResponseBodyLogsLog) SetLogTime(v int64) *Descri
2662426625
return s
2662526626
}
2662626627

26628+
func (s *DescribeInternetDnsLogsResponseBodyLogsLog) SetProtocol(v string) *DescribeInternetDnsLogsResponseBodyLogsLog {
26629+
s.Protocol = &v
26630+
return s
26631+
}
26632+
2662726633
func (s *DescribeInternetDnsLogsResponseBodyLogsLog) SetQueryName(v string) *DescribeInternetDnsLogsResponseBodyLogsLog {
2662826634
s.QueryName = &v
2662926635
return s

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/alibabacloud-go/alidns-20150109/v4
33
go 1.14
44

55
require (
6-
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.8
6+
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.9
77
github.com/alibabacloud-go/endpoint-util v1.1.0
88
github.com/alibabacloud-go/openapi-util v0.1.0
9-
github.com/alibabacloud-go/tea v1.2.1
10-
github.com/alibabacloud-go/tea-utils/v2 v2.0.5
9+
github.com/alibabacloud-go/tea v1.2.2
10+
github.com/alibabacloud-go/tea-utils/v2 v2.0.6
1111
)

0 commit comments

Comments
 (0)