| 
									
										
										
										
											2016-03-11 02:57:48 +08:00
										 |  |  | package plugins | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | type PluginDashboardInfoDTO struct { | 
					
						
							| 
									
										
										
										
											2016-05-14 16:00:43 +08:00
										 |  |  | 	PluginId         string `json:"pluginId"` | 
					
						
							|  |  |  | 	Title            string `json:"title"` | 
					
						
							|  |  |  | 	Imported         bool   `json:"imported"` | 
					
						
							|  |  |  | 	ImportedUri      string `json:"importedUri"` | 
					
						
							| 
									
										
										
										
											2018-02-08 19:48:38 +08:00
										 |  |  | 	ImportedUrl      string `json:"importedUrl"` | 
					
						
							| 
									
										
										
										
											2016-07-08 23:44:57 +08:00
										 |  |  | 	Slug             string `json:"slug"` | 
					
						
							| 
									
										
										
										
											2017-06-18 06:24:38 +08:00
										 |  |  | 	DashboardId      int64  `json:"dashboardId"` | 
					
						
							| 
									
										
										
										
											2018-06-05 02:29:14 +08:00
										 |  |  | 	FolderId         int64  `json:"folderId"` | 
					
						
							| 
									
										
										
										
											2016-05-14 16:00:43 +08:00
										 |  |  | 	ImportedRevision int64  `json:"importedRevision"` | 
					
						
							|  |  |  | 	Revision         int64  `json:"revision"` | 
					
						
							|  |  |  | 	Description      string `json:"description"` | 
					
						
							|  |  |  | 	Path             string `json:"path"` | 
					
						
							| 
									
										
										
										
											2016-07-08 18:26:51 +08:00
										 |  |  | 	Removed          bool   `json:"removed"` | 
					
						
							| 
									
										
										
										
											2016-03-11 02:57:48 +08:00
										 |  |  | } |