diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelFinancials.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelFinancials.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelFinancials.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelFinancials.go new file mode 100644 index 0000000..f156fe1 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelFinancials.go @@ -0,0 +1,11 @@ +// Code generated by msgraph.go/gen 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"` +} |
