struct_list_item.go 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. package drds
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // ListItem is a nested struct in drds response
  17. type ListItem struct {
  18. UserVisible bool `json:"UserVisible" xml:"UserVisible"`
  19. NeedRestart bool `json:"NeedRestart" xml:"NeedRestart"`
  20. Expired int64 `json:"Expired" xml:"Expired"`
  21. ParamLevel string `json:"ParamLevel" xml:"ParamLevel"`
  22. Property string `json:"Property" xml:"Property"`
  23. IsShard bool `json:"IsShard" xml:"IsShard"`
  24. Stage int `json:"Stage" xml:"Stage"`
  25. ShardKey string `json:"ShardKey" xml:"ShardKey"`
  26. Progress int `json:"Progress" xml:"Progress"`
  27. DbInstType int `json:"DbInstType" xml:"DbInstType"`
  28. ParamRanges string `json:"ParamRanges" xml:"ParamRanges"`
  29. Delay int `json:"Delay" xml:"Delay"`
  30. Result int `json:"Result" xml:"Result"`
  31. ParamValue string `json:"ParamValue" xml:"ParamValue"`
  32. ParamVariableName string `json:"ParamVariableName" xml:"ParamVariableName"`
  33. Status int `json:"Status" xml:"Status"`
  34. ParamEnglishName string `json:"ParamEnglishName" xml:"ParamEnglishName"`
  35. AllowFullTableScan bool `json:"AllowFullTableScan" xml:"AllowFullTableScan"`
  36. SourceTableName string `json:"SourceTableName" xml:"SourceTableName"`
  37. Table string `json:"Table" xml:"Table"`
  38. ParamDesc string `json:"ParamDesc" xml:"ParamDesc"`
  39. ParamDefaultValue string `json:"ParamDefaultValue" xml:"ParamDefaultValue"`
  40. TableName string `json:"TableName" xml:"TableName"`
  41. DbName string `json:"DbName" xml:"DbName"`
  42. IsLocked bool `json:"IsLocked" xml:"IsLocked"`
  43. ParamName string `json:"ParamName" xml:"ParamName"`
  44. Broadcast bool `json:"Broadcast" xml:"Broadcast"`
  45. ParamType string `json:"ParamType" xml:"ParamType"`
  46. TargetTableName string `json:"TargetTableName" xml:"TargetTableName"`
  47. BroadcastType string `json:"BroadcastType" xml:"BroadcastType"`
  48. Item string `json:"Item" xml:"Item"`
  49. }