summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WebAppModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WebAppModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/WebAppModel.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WebAppModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WebAppModel.go
new file mode 100644
index 00000000..f394abf0
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/WebAppModel.go
@@ -0,0 +1,13 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// WebApp Contains properties and inherited properties for web apps.
+type WebApp struct {
+ // MobileApp is the base model of WebApp
+ MobileApp
+ // AppURL The web app URL.
+ AppURL *string `json:"appUrl,omitempty"`
+ // UseManagedBrowser Whether or not to use managed browser. This property is only applicable for Android and IOS.
+ UseManagedBrowser *bool `json:"useManagedBrowser,omitempty"`
+}