summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/CountryNamedLocationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/CountryNamedLocationModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/CountryNamedLocationModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CountryNamedLocationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CountryNamedLocationModel.go
deleted file mode 100644
index 9c8500c7..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/CountryNamedLocationModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// CountryNamedLocation undocumented
-type CountryNamedLocation struct {
- // NamedLocation is the base model of CountryNamedLocation
- NamedLocation
- // CountriesAndRegions undocumented
- CountriesAndRegions []string `json:"countriesAndRegions,omitempty"`
- // IncludeUnknownCountriesAndRegions undocumented
- IncludeUnknownCountriesAndRegions *bool `json:"includeUnknownCountriesAndRegions,omitempty"`
-}