diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/CountryRegionModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/CountryRegionModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/CountryRegionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/CountryRegionModel.go deleted file mode 100644 index 9a59e86e..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/CountryRegionModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// CountryRegion undocumented -type CountryRegion struct { - // Entity is the base model of CountryRegion - Entity - // Code undocumented - Code *string `json:"code,omitempty"` - // DisplayName undocumented - DisplayName *string `json:"displayName,omitempty"` - // AddressFormat undocumented - AddressFormat *string `json:"addressFormat,omitempty"` - // LastModifiedDateTime undocumented - LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` -} |