summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/FinancialsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/FinancialsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/FinancialsModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/FinancialsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/FinancialsModel.go
deleted file mode 100644
index fcae9cab..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/FinancialsModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// Financials undocumented
-type Financials struct {
- // Entity is the base model of Financials
- Entity
- // Companies undocumented
- Companies []Company `json:"companies,omitempty"`
-}