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

// MimeContent undocumented
type MimeContent struct {
	// Object is the base model of MimeContent
	Object
	// Type Indicates the content mime type.
	Type *string `json:"type,omitempty"`
	// Value The byte array that contains the actual content.
	Value *Binary `json:"value,omitempty"`
}