Browse Source

SDDP SDK Auto Released By pingzhun,Version:1.60.36

Signed-off-by: sdk-team <sdk-team@alibabacloud.com>
sdk-team 6 years ago
parent
commit
b394c08122
2 changed files with 4 additions and 0 deletions
  1. 3 0
      ChangeLog.txt
  2. 1 0
      services/sddp/struct_data_limit.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-06-05 Version: 1.60.36
+1, Update DescribeDataLimitDetail interface, add password for response
+
 2019-06-04 Version: 1.60.35
 1, Add new API: UpdateLivePullStreamInfoConfig
 

+ 1 - 0
services/sddp/struct_data_limit.go

@@ -20,6 +20,7 @@ type DataLimit struct {
 	GmtCreate       int    `json:"GmtCreate" xml:"GmtCreate"`
 	Connector       string `json:"Connector" xml:"Connector"`
 	CheckStatusName string `json:"CheckStatusName" xml:"CheckStatusName"`
+	Password        string `json:"Password" xml:"Password"`
 	RegionId        string `json:"RegionId" xml:"RegionId"`
 	ParentId        string `json:"ParentId" xml:"ParentId"`
 	LocalName       string `json:"LocalName" xml:"LocalName"`