summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MediaContentRatingNewZealandModel.go
blob: b2094488cb67ed0691f7dfb45756dfe00f9f5d30 (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

// MediaContentRatingNewZealand undocumented
type MediaContentRatingNewZealand struct {
	// Object is the base model of MediaContentRatingNewZealand
	Object
	// MovieRating Movies rating selected for New Zealand
	MovieRating *RatingNewZealandMoviesType `json:"movieRating,omitempty"`
	// TvRating TV rating selected for New Zealand
	TvRating *RatingNewZealandTelevisionType `json:"tvRating,omitempty"`
}