summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AndroidWorkProfileGmailEasConfigurationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AndroidWorkProfileGmailEasConfigurationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AndroidWorkProfileGmailEasConfigurationModel.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AndroidWorkProfileGmailEasConfigurationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AndroidWorkProfileGmailEasConfigurationModel.go
new file mode 100644
index 00000000..352a5687
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/AndroidWorkProfileGmailEasConfigurationModel.go
@@ -0,0 +1,9 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// AndroidWorkProfileGmailEasConfiguration By providing configurations in this profile you can instruct the Gmail email client on Android Work Profile devices to communicate with an Exchange server and get email, contacts, calendar, tasks, and notes. Furthermore, you can also specify how much email to sync and how often the device should sync.
+type AndroidWorkProfileGmailEasConfiguration struct {
+ // AndroidWorkProfileEasEmailProfileBase is the base model of AndroidWorkProfileGmailEasConfiguration
+ AndroidWorkProfileEasEmailProfileBase
+}