5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-02-17 06:39:14 +00:00

16 lines
390 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ItemPhone undocumented
type ItemPhone struct {
// ItemFacet is the base model of ItemPhone
ItemFacet
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// Type undocumented
Type *PhoneType `json:"type,omitempty"`
// Number undocumented
Number *string `json:"number,omitempty"`
}