blob: 7cceffa1b98cb656cc4cd3d3eb88271f2fc680f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AndroidManagedStoreWebApp Contains properties and inherited properties for web apps configured to be distributed via the managed Android app store.
type AndroidManagedStoreWebApp struct {
// AndroidManagedStoreApp is the base model of AndroidManagedStoreWebApp
AndroidManagedStoreApp
}
|