blob: de2b6a34e6a7c23d107d9085b24cc27add4c2b2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AppCatalogs undocumented
type AppCatalogs struct {
// Entity is the base model of AppCatalogs
Entity
// TeamsApps undocumented
TeamsApps []TeamsApp `json:"teamsApps,omitempty"`
}
|