mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-27 02:01:35 +00: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"`
|
||
|
}
|