summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AndroidWorkProfileNineWorkEasConfigurationModel.go
blob: e9f1d5d034118c53d6db5386c578a1f6c89eaafd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// AndroidWorkProfileNineWorkEasConfiguration By providing configurations in this profile you can instruct the Nine Work 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 AndroidWorkProfileNineWorkEasConfiguration struct {
	// AndroidWorkProfileEasEmailProfileBase is the base model of AndroidWorkProfileNineWorkEasConfiguration
	AndroidWorkProfileEasEmailProfileBase
	// SyncCalendar Toggles syncing the calendar. If set to false the calendar is turned off on the device.
	SyncCalendar *bool `json:"syncCalendar,omitempty"`
	// SyncContacts Toggles syncing contacts. If set to false contacts are turned off on the device.
	SyncContacts *bool `json:"syncContacts,omitempty"`
	// SyncTasks Toggles syncing tasks. If set to false tasks are turned off on the device.
	SyncTasks *bool `json:"syncTasks,omitempty"`
}