blob: dbe1239f3ac416054d77a2f41baf4aa32923a681 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AndroidMobileAppIdentifier undocumented
type AndroidMobileAppIdentifier struct {
// MobileAppIdentifier is the base model of AndroidMobileAppIdentifier
MobileAppIdentifier
// PackageID The identifier for an app, as specified in the play store.
PackageID *string `json:"packageId,omitempty"`
}
|