blob: 870fd089fd3261b73e6a8efc7b1b9e90d52aaefe (
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
// MediaContentRatingUnitedStates undocumented
type MediaContentRatingUnitedStates struct {
// Object is the base model of MediaContentRatingUnitedStates
Object
// MovieRating Movies rating selected for United States
MovieRating *RatingUnitedStatesMoviesType `json:"movieRating,omitempty"`
// TvRating TV rating selected for United States
TvRating *RatingUnitedStatesTelevisionType `json:"tvRating,omitempty"`
}
|