summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/FileModel.go
blob: 5cfe5b17b2aca610fe600a9a203f65491db4dc23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// File undocumented
type File struct {
	// Object is the base model of File
	Object
	// Hashes undocumented
	Hashes *Hashes `json:"hashes,omitempty"`
	// MimeType undocumented
	MimeType *string `json:"mimeType,omitempty"`
	// ProcessingMetadata undocumented
	ProcessingMetadata *bool `json:"processingMetadata,omitempty"`
}