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