mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-19 00:12:32 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
15
vendor/github.com/yaegashi/msgraph.go/beta/ModelConvert.go
generated
vendored
Normal file
15
vendor/github.com/yaegashi/msgraph.go/beta/ModelConvert.go
generated
vendored
Normal file
@@ -0,0 +1,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"`
|
||||
}
|
Reference in New Issue
Block a user