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

package msgraph

// IPNamedLocation undocumented
type IPNamedLocation struct {
	// NamedLocation is the base model of IPNamedLocation
	NamedLocation
	// IPRanges undocumented
	IPRanges []IPRange `json:"ipRanges,omitempty"`
	// IsTrusted undocumented
	IsTrusted *bool `json:"isTrusted,omitempty"`
}