summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MediaContentRatingFranceModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/MediaContentRatingFranceModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/MediaContentRatingFranceModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/MediaContentRatingFranceModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/MediaContentRatingFranceModel.go
deleted file mode 100644
index d6dc5629..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/MediaContentRatingFranceModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MediaContentRatingFrance undocumented
-type MediaContentRatingFrance struct {
- // Object is the base model of MediaContentRatingFrance
- Object
- // MovieRating Movies rating selected for France
- MovieRating *RatingFranceMoviesType `json:"movieRating,omitempty"`
- // TvRating TV rating selected for France
- TvRating *RatingFranceTelevisionType `json:"tvRating,omitempty"`
-}