diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OpeningHoursSpecificationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/OpeningHoursSpecificationModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OpeningHoursSpecificationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OpeningHoursSpecificationModel.go deleted file mode 100644 index e04a623c..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/OpeningHoursSpecificationModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// OpeningHoursSpecification undocumented -type OpeningHoursSpecification struct { - // Object is the base model of OpeningHoursSpecification - Object - // DayOfWeek undocumented - DayOfWeek *string `json:"dayOfWeek,omitempty"` - // Opens undocumented - Opens *string `json:"opens,omitempty"` - // Closes undocumented - Closes *string `json:"closes,omitempty"` -} |