diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/VppTokenActionResultModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/VppTokenActionResultModel.go | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/VppTokenActionResultModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/VppTokenActionResultModel.go deleted file mode 100644 index c70460a7..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/VppTokenActionResultModel.go +++ /dev/null @@ -1,19 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// VppTokenActionResult undocumented -type VppTokenActionResult struct { - // Object is the base model of VppTokenActionResult - Object - // ActionName Action name - ActionName *string `json:"actionName,omitempty"` - // ActionState State of the action - ActionState *ActionState `json:"actionState,omitempty"` - // StartDateTime Time the action was initiated - StartDateTime *time.Time `json:"startDateTime,omitempty"` - // LastUpdatedDateTime Time the action state was last updated - LastUpdatedDateTime *time.Time `json:"lastUpdatedDateTime,omitempty"` -} |