blob: df22c7f5300a7a5acb81f6e814fbabdfce728228 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ProfilePhoto undocumented
type ProfilePhoto struct {
// Entity is the base model of ProfilePhoto
Entity
// Height undocumented
Height *int `json:"height,omitempty"`
// Width undocumented
Width *int `json:"width,omitempty"`
}
|