blob: 0847ea79d16559ecb662737809bc4561b0658b77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ManagedDeviceReportedApp undocumented
type ManagedDeviceReportedApp struct {
// Object is the base model of ManagedDeviceReportedApp
Object
// AppID The application or bundle identifier of the application
AppID *string `json:"appId,omitempty"`
}
|