diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ExternalItemModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ExternalItemModel.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ExternalItemModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ExternalItemModel.go new file mode 100644 index 00000000..d785bd9c --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ExternalItemModel.go @@ -0,0 +1,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"` +} |