diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/NetworkLocationDetailModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/NetworkLocationDetailModel.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/NetworkLocationDetailModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/NetworkLocationDetailModel.go new file mode 100644 index 00000000..8348e6dd --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/NetworkLocationDetailModel.go @@ -0,0 +1,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"` +} |