-
Notifications
You must be signed in to change notification settings - Fork 271
/
struct_upgrade_base_info_do.go
60 lines (58 loc) · 3.21 KB
/
struct_upgrade_base_info_do.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
package mpaas
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance with the License.
//You may obtain a copy of the License at
//
//http://www.apache.org/licenses/LICENSE-2.0
//
//Unless required by applicable law or agreed to in writing, software
//distributed under the License is distributed on an "AS IS" BASIS,
//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//See the License for the specific language governing permissions and
//limitations under the License.
//
// Code generated by Alibaba Cloud SDK Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
// UpgradeBaseInfoDO is a nested struct in mpaas response
type UpgradeBaseInfoDO struct {
NeedCheck int `json:"NeedCheck" xml:"NeedCheck"`
ClientFileSize int `json:"ClientFileSize" xml:"ClientFileSize"`
ScmDownloadUrl string `json:"ScmDownloadUrl" xml:"ScmDownloadUrl"`
GmtModified string `json:"GmtModified" xml:"GmtModified"`
ClientName string `json:"ClientName" xml:"ClientName"`
IsEnterprise int `json:"IsEnterprise" xml:"IsEnterprise"`
PackageType string `json:"PackageType" xml:"PackageType"`
BackLog string `json:"BackLog" xml:"BackLog"`
Creator string `json:"Creator" xml:"Creator"`
Modifier string `json:"Modifier" xml:"Modifier"`
IsRelease int `json:"IsRelease" xml:"IsRelease"`
AllowCreateTask bool `json:"AllowCreateTask" xml:"AllowCreateTask"`
CpId string `json:"CpId" xml:"CpId"`
AppstoreUrl string `json:"AppstoreUrl" xml:"AppstoreUrl"`
IsRc int `json:"IsRc" xml:"IsRc"`
Platform string `json:"Platform" xml:"Platform"`
MaxVersion string `json:"MaxVersion" xml:"MaxVersion"`
ProductId string `json:"ProductId" xml:"ProductId"`
VersionCode string `json:"VersionCode" xml:"VersionCode"`
GlobalVariables string `json:"GlobalVariables" xml:"GlobalVariables"`
ReleaseType string `json:"ReleaseType" xml:"ReleaseType"`
GmtCreateStr string `json:"GmtCreateStr" xml:"GmtCreateStr"`
ProductName string `json:"ProductName" xml:"ProductName"`
GmtModifiedStr string `json:"GmtModifiedStr" xml:"GmtModifiedStr"`
IosSymbol string `json:"IosSymbol" xml:"IosSymbol"`
DownloadUrl string `json:"DownloadUrl" xml:"DownloadUrl"`
InnerVersion string `json:"InnerVersion" xml:"InnerVersion"`
AppCode string `json:"AppCode" xml:"AppCode"`
ServerVersion int `json:"ServerVersion" xml:"ServerVersion"`
PublishPeriod int `json:"PublishPeriod" xml:"PublishPeriod"`
VerifyResult int `json:"VerifyResult" xml:"VerifyResult"`
ProductVersion string `json:"ProductVersion" xml:"ProductVersion"`
GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
VerificationCode string `json:"VerificationCode" xml:"VerificationCode"`
ReleaseWindow string `json:"ReleaseWindow" xml:"ReleaseWindow"`
QrcodeUrl string `json:"QrcodeUrl" xml:"QrcodeUrl"`
Md5 string `json:"Md5" xml:"Md5"`
ChangeLog string `json:"ChangeLog" xml:"ChangeLog"`
OssPath string `json:"OssPath" xml:"OssPath"`
Id int64 `json:"Id" xml:"Id"`
}