commons-go/model/noauthprobe/NoAuthProbeDescriptionNetwork.go
crusader 9f8fd87eca ing
2018-04-26 16:37:59 +09:00

9 lines
251 B
Go

package noauthprobe
type NoAuthProbeDescriptionNetwork struct {
Name string `json:"name,omitempty"`
Address string `json:"address,omitempty"`
Gateway string `json:"gateway,omitempty"`
MacAddress string `json:"macAddress,omitempty"`
}