33 lines
854 B
Go
33 lines
854 B
Go
// Code generated from ace.jar fields *.json files
|
|
// DO NOT EDIT.
|
|
|
|
package unifi
|
|
|
|
import (
|
|
"context"
|
|
"fmt"
|
|
)
|
|
|
|
// just to fix compile issues with the import
|
|
var (
|
|
_ fmt.Formatter
|
|
_ context.Context
|
|
)
|
|
|
|
type SettingConnectivity 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"`
|
|
|
|
EnableIsolatedWLAN bool `json:"enable_isolated_wlan"`
|
|
Enabled bool `json:"enabled"`
|
|
UplinkHost string `json:"uplink_host,omitempty"`
|
|
UplinkType string `json:"uplink_type,omitempty"`
|
|
XMeshEssid string `json:"x_mesh_essid,omitempty"`
|
|
XMeshPsk string `json:"x_mesh_psk,omitempty"`
|
|
}
|