blob: 930bfd501b03766c7384e03ec51885001f77470a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AttributeMappingFunctionSchema undocumented
type AttributeMappingFunctionSchema struct {
// Entity is the base model of AttributeMappingFunctionSchema
Entity
// Parameters undocumented
Parameters []AttributeMappingParameterSchema `json:"parameters,omitempty"`
}
|