summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OutlookTaskFolderModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OutlookTaskFolderModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/OutlookTaskFolderModel.go23
1 files changed, 0 insertions, 23 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OutlookTaskFolderModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OutlookTaskFolderModel.go
deleted file mode 100644
index c6188504..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/OutlookTaskFolderModel.go
+++ /dev/null
@@ -1,23 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// OutlookTaskFolder undocumented
-type OutlookTaskFolder struct {
- // Entity is the base model of OutlookTaskFolder
- Entity
- // ChangeKey undocumented
- ChangeKey *string `json:"changeKey,omitempty"`
- // Name undocumented
- Name *string `json:"name,omitempty"`
- // IsDefaultFolder undocumented
- IsDefaultFolder *bool `json:"isDefaultFolder,omitempty"`
- // ParentGroupKey undocumented
- ParentGroupKey *UUID `json:"parentGroupKey,omitempty"`
- // Tasks undocumented
- Tasks []OutlookTask `json:"tasks,omitempty"`
- // SingleValueExtendedProperties undocumented
- SingleValueExtendedProperties []SingleValueLegacyExtendedProperty `json:"singleValueExtendedProperties,omitempty"`
- // MultiValueExtendedProperties undocumented
- MultiValueExtendedProperties []MultiValueLegacyExtendedProperty `json:"multiValueExtendedProperties,omitempty"`
-}