blob: ff48dd8c42d20b458068c25b71d850f5778b862b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// PersonAnniversary undocumented
type PersonAnniversary struct {
// ItemFacet is the base model of PersonAnniversary
ItemFacet
// Type undocumented
Type *AnniversaryType `json:"type,omitempty"`
// Date undocumented
Date *time.Time `json:"date,omitempty"`
}
|