github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelFinancials.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Financials undocumented
     6  type Financials struct {
     7  	// Entity is the base model of Financials
     8  	Entity
     9  	// Companies undocumented
    10  	Companies []Company `json:"companies,omitempty"`
    11  }