blob: 98e60f540cafcd89ed911d629508e313eb2b0fb7 (
plain) (
tree)
|
|
// Code generated by msgraph.go/gen 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"`
}
|