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