diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/FinancialsModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/FinancialsModel.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/FinancialsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/FinancialsModel.go deleted file mode 100644 index fcae9cab..00000000 --- a/vendor/github.com/matterbridge/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"` -} |