commons-go/model/noauthprobe/NoAuthProbeDescriptionNetwork.go

9 lines
251 B
Go
Raw Normal View History

2018-04-26 16:37:59 +09:00
package noauthprobe
2018-04-12 18:38:04 +09:00
type NoAuthProbeDescriptionNetwork struct {
Name string `json:"name,omitempty"`
Address string `json:"address,omitempty"`
Gateway string `json:"gateway,omitempty"`
MacAddress string `json:"macAddress,omitempty"`
}