diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SignInLocationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/SignInLocationModel.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SignInLocationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SignInLocationModel.go new file mode 100644 index 00000000..78e5cd48 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/SignInLocationModel.go @@ -0,0 +1,17 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// SignInLocation undocumented +type SignInLocation struct { + // Object is the base model of SignInLocation + Object + // City undocumented + City *string `json:"city,omitempty"` + // State undocumented + State *string `json:"state,omitempty"` + // CountryOrRegion undocumented + CountryOrRegion *string `json:"countryOrRegion,omitempty"` + // GeoCoordinates undocumented + GeoCoordinates *GeoCoordinates `json:"geoCoordinates,omitempty"` +} |