mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-21 04:39:02 -08:00
16 lines
389 B
Go
16 lines
389 B
Go
// 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"`
|
|
}
|