summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/CountryNamedLocationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/CountryNamedLocationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/CountryNamedLocationModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/CountryNamedLocationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/CountryNamedLocationModel.go
new file mode 100644
index 00000000..9c8500c7
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/CountryNamedLocationModel.go
@@ -0,0 +1,13 @@
+// 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"`
+}