summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelConvert.go
blob: 98e60f540cafcd89ed911d629508e313eb2b0fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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"`
}