File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ 2024-08-20 Version: v4.5.4
2+ - Update API DescribeInternetDnsLogs: update response param.
3+
4+
152024-08-01 Version: v4.5.3
26- Update API CreatePdnsUdpIpSegment: add param IpToken.
37- Update API ValidatePdnsUdpIpSegment: add param IpToken.
Original file line number Diff line number Diff 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+
2662726633func (s *DescribeInternetDnsLogsResponseBodyLogsLog) SetQueryName(v string) *DescribeInternetDnsLogsResponseBodyLogsLog {
2662826634 s.QueryName = &v
2662926635 return s
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/alibabacloud-go/alidns-20150109/v4
33go 1.14
44
55require (
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)
You can’t perform that action at this time.
0 commit comments