summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/CountryNamedLocationModel.go
blob: 9c8500c77fe36d6995c3b22f44b37f1665cf721e (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

// 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"`
}