blob: 9e089df49dee023ce1237ef51608064fb94e3379 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// UserConfiguration undocumented
type UserConfiguration struct {
// Entity is the base model of UserConfiguration
Entity
// BinaryData undocumented
BinaryData *Binary `json:"binaryData,omitempty"`
}
|