summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/Windows10VpnProxyServerModel.go
blob: 78a9a3fae1110ab79c9013c42bde94a875fcc4e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// Windows10VpnProxyServer undocumented
type Windows10VpnProxyServer struct {
	// VpnProxyServer is the base model of Windows10VpnProxyServer
	VpnProxyServer
	// BypassProxyServerForLocalAddress Bypass proxy server for local address.
	BypassProxyServerForLocalAddress *bool `json:"bypassProxyServerForLocalAddress,omitempty"`
}