19 lines
543 B
Go
19 lines
543 B
Go
// Code generated from ace.jar fields *.json files
|
|
// DO NOT EDIT.
|
|
|
|
package unifi
|
|
|
|
type DpiGroup struct {
|
|
ID string `json:"_id,omitempty"`
|
|
SiteID string `json:"site_id,omitempty"`
|
|
|
|
Hidden bool `json:"attr_hidden,omitempty"`
|
|
HiddenID string `json:"attr_hidden_id,omitempty"`
|
|
NoDelete bool `json:"attr_no_delete,omitempty"`
|
|
NoEdit bool `json:"attr_no_edit,omitempty"`
|
|
|
|
DPIappIDs []string `json:"dpiapp_ids,omitempty"` // [\d\w]+
|
|
Enabled bool `json:"enabled"`
|
|
Name string `json:"name,omitempty"` // .{1,128}
|
|
}
|