summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AndroidDeviceOwnerGlobalProxyDirectModel.go
blob: e3c002769af8689476bd32dec6b9a825f49bf944 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// AndroidDeviceOwnerGlobalProxyDirect undocumented
type AndroidDeviceOwnerGlobalProxyDirect struct {
	// AndroidDeviceOwnerGlobalProxy is the base model of AndroidDeviceOwnerGlobalProxyDirect
	AndroidDeviceOwnerGlobalProxy
	// Host The host name
	Host *string `json:"host,omitempty"`
	// Port The port
	Port *int `json:"port,omitempty"`
	// ExcludedHosts The excluded hosts
	ExcludedHosts []string `json:"excludedHosts,omitempty"`
}