mirror of
https://github.com/42wim/matterbridge.git
synced 2024-12-03 07:52:01 -08:00
14 lines
490 B
Go
14 lines
490 B
Go
|
// 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"`
|
||
|
}
|