diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationProgressModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationProgressModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationProgressModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationProgressModel.go deleted file mode 100644 index 841ea485..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/SynchronizationProgressModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// SynchronizationProgress undocumented -type SynchronizationProgress struct { - // Object is the base model of SynchronizationProgress - Object - // CompletedUnits undocumented - CompletedUnits *int `json:"completedUnits,omitempty"` - // ProgressObservationDateTime undocumented - ProgressObservationDateTime *time.Time `json:"progressObservationDateTime,omitempty"` - // TotalUnits undocumented - TotalUnits *int `json:"totalUnits,omitempty"` - // Units undocumented - Units *string `json:"units,omitempty"` -} |