forked from jshiffer/matterbridge
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
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"`
|
|
}
|