blob: e51ea712915fe1e43ff3bf0fd5fd8dc3f97c9ab7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AttributeMappingSource undocumented
type AttributeMappingSource struct {
// Object is the base model of AttributeMappingSource
Object
// Expression undocumented
Expression *string `json:"expression,omitempty"`
// Name undocumented
Name *string `json:"name,omitempty"`
// Parameters undocumented
Parameters []StringKeyAttributeMappingSourceValuePair `json:"parameters,omitempty"`
// Type undocumented
Type *AttributeMappingSourceType `json:"type,omitempty"`
}
|