mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-19 00:12:32 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
23
vendor/github.com/yaegashi/msgraph.go/beta/ModelPosition.go
generated
vendored
Normal file
23
vendor/github.com/yaegashi/msgraph.go/beta/ModelPosition.go
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// PositionDetail undocumented
|
||||
type PositionDetail struct {
|
||||
// Object is the base model of PositionDetail
|
||||
Object
|
||||
// Company undocumented
|
||||
Company *CompanyDetail `json:"company,omitempty"`
|
||||
// Description undocumented
|
||||
Description *string `json:"description,omitempty"`
|
||||
// EndMonthYear undocumented
|
||||
EndMonthYear *Date `json:"endMonthYear,omitempty"`
|
||||
// JobTitle undocumented
|
||||
JobTitle *string `json:"jobTitle,omitempty"`
|
||||
// Role undocumented
|
||||
Role *string `json:"role,omitempty"`
|
||||
// StartMonthYear undocumented
|
||||
StartMonthYear *Date `json:"startMonthYear,omitempty"`
|
||||
// Summary undocumented
|
||||
Summary *string `json:"summary,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user