blob: d785bd9c02f5055c64452cd58035ed4e5c1dcb43 (
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
// ExternalItem undocumented
type ExternalItem struct {
// Entity is the base model of ExternalItem
Entity
// Properties undocumented
Properties *Properties `json:"properties,omitempty"`
// Content undocumented
Content *string `json:"content,omitempty"`
// ACL undocumented
ACL []ACL `json:"acl,omitempty"`
}
|