diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/IPCategoryModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/IPCategoryModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/IPCategoryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/IPCategoryModel.go deleted file mode 100644 index 3b88a9b9..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/IPCategoryModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// IPCategory undocumented -type IPCategory struct { - // Object is the base model of IPCategory - Object - // Description undocumented - Description *string `json:"description,omitempty"` - // Name undocumented - Name *string `json:"name,omitempty"` - // Vendor undocumented - Vendor *string `json:"vendor,omitempty"` -} |