diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ManagedEBookCategoryModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ManagedEBookCategoryModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ManagedEBookCategoryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedEBookCategoryModel.go deleted file mode 100644 index 454df9b0..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/ManagedEBookCategoryModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -import "time" - -// ManagedEBookCategory Contains properties for a single Intune eBook category. -type ManagedEBookCategory struct { - // Entity is the base model of ManagedEBookCategory - Entity - // DisplayName The name of the eBook category. - DisplayName *string `json:"displayName,omitempty"` - // LastModifiedDateTime The date and time the ManagedEBookCategory was last modified. - LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"` -} |