forked from jshiffer/matterbridge
14 lines
497 B
Go
14 lines
497 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// MediaContentRatingUnitedKingdom undocumented
|
||
|
type MediaContentRatingUnitedKingdom struct {
|
||
|
// Object is the base model of MediaContentRatingUnitedKingdom
|
||
|
Object
|
||
|
// MovieRating Movies rating selected for United Kingdom
|
||
|
MovieRating *RatingUnitedKingdomMoviesType `json:"movieRating,omitempty"`
|
||
|
// TvRating TV rating selected for United Kingdom
|
||
|
TvRating *RatingUnitedKingdomTelevisionType `json:"tvRating,omitempty"`
|
||
|
}
|