blob: 3c9fdfee6337c251ee264b4d1ea03599c0dee21f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// UserSettings undocumented
type UserSettings struct {
// Entity is the base model of UserSettings
Entity
// ContributionToContentDiscoveryDisabled undocumented
ContributionToContentDiscoveryDisabled *bool `json:"contributionToContentDiscoveryDisabled,omitempty"`
// ContributionToContentDiscoveryAsOrganizationDisabled undocumented
ContributionToContentDiscoveryAsOrganizationDisabled *bool `json:"contributionToContentDiscoveryAsOrganizationDisabled,omitempty"`
}
|