mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-14 05:00:27 +00:00
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"`
|
||
|
}
|