summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ReportModel.go
blob: d514a3899350435f9f4655a2a3bbaaf7ebf9c687 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// Report undocumented
type Report struct {
	// Object is the base model of Report
	Object
	// Content undocumented
	Content *Stream `json:"content,omitempty"`
}