summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/NetworkLocationDetailModel.go
blob: 8348e6dd7e8a489fbc3dc09b7308b26799b960d7 (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

// NetworkLocationDetail undocumented
type NetworkLocationDetail struct {
	// Object is the base model of NetworkLocationDetail
	Object
	// NetworkType undocumented
	NetworkType *NetworkType `json:"networkType,omitempty"`
	// NetworkNames undocumented
	NetworkNames []string `json:"networkNames,omitempty"`
}