blob: 2d24a6581f6e11569444f847de0021c10fe23a43 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// Windows10AssociatedApps undocumented
type Windows10AssociatedApps struct {
// Object is the base model of Windows10AssociatedApps
Object
// AppType Application type.
AppType *Windows10AppType `json:"appType,omitempty"`
// Identifier Identifier.
Identifier *string `json:"identifier,omitempty"`
}
|