mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-25 12:12:05 -08:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
18 lines
550 B
Go
18 lines
550 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// AppListItem undocumented
|
|
type AppListItem struct {
|
|
// Object is the base model of AppListItem
|
|
Object
|
|
// Name The application name
|
|
Name *string `json:"name,omitempty"`
|
|
// Publisher The publisher of the application
|
|
Publisher *string `json:"publisher,omitempty"`
|
|
// AppStoreURL The Store URL of the application
|
|
AppStoreURL *string `json:"appStoreUrl,omitempty"`
|
|
// AppID The application or bundle identifier of the application
|
|
AppID *string `json:"appId,omitempty"`
|
|
}
|