diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OperationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/OperationModel.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OperationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OperationModel.go new file mode 100644 index 00000000..56282904 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/OperationModel.go @@ -0,0 +1,17 @@ +// 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"` +} |