mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-19 01:22:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
27
vendor/github.com/yaegashi/msgraph.go/beta/ModelOperation.go
generated
vendored
Normal file
27
vendor/github.com/yaegashi/msgraph.go/beta/ModelOperation.go
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "time"
|
||||
|
||||
// Operation undocumented
|
||||
type Operation struct {
|
||||
// Entity is the base model of Operation
|
||||
Entity
|
||||
// Status undocumented
|
||||
Status *OperationStatus `json:"status,omitempty"`
|
||||
// CreatedDateTime undocumented
|
||||
CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
|
||||
// LastActionDateTime undocumented
|
||||
LastActionDateTime *time.Time `json:"lastActionDateTime,omitempty"`
|
||||
}
|
||||
|
||||
// OperationError undocumented
|
||||
type OperationError struct {
|
||||
// Object is the base model of OperationError
|
||||
Object
|
||||
// Code undocumented
|
||||
Code *string `json:"code,omitempty"`
|
||||
// Message undocumented
|
||||
Message *string `json:"message,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user