blob: ff076bbba1dc40d9d0da22c30774645acff45079 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ConvertIDResult undocumented
type ConvertIDResult struct {
// Object is the base model of ConvertIDResult
Object
// SourceID undocumented
SourceID *string `json:"sourceId,omitempty"`
// TargetID undocumented
TargetID *string `json:"targetId,omitempty"`
// ErrorDetails undocumented
ErrorDetails *GenericError `json:"errorDetails,omitempty"`
}
|