blob: f136dec70ede9680135aac588f53576cd172aea3 (
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
// MediaContentRatingJapan undocumented
type MediaContentRatingJapan struct {
// Object is the base model of MediaContentRatingJapan
Object
// MovieRating Movies rating selected for Japan
MovieRating *RatingJapanMoviesType `json:"movieRating,omitempty"`
// TvRating TV rating selected for Japan
TvRating *RatingJapanTelevisionType `json:"tvRating,omitempty"`
}
|