blob: b8976fc279d857203b5ee994f5ba553e906a58ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MacOSMicrosoftEdgeApp Contains properties and inherited properties for the MacOS Microsoft Edge App.
type MacOSMicrosoftEdgeApp struct {
// MobileApp is the base model of MacOSMicrosoftEdgeApp
MobileApp
}
|