blob: d407de022e6043a67d5ec2b48dce51f5f0117da7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen 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"`
}
|