// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// Image undocumented
type Image struct {
	// Object is the base model of Image
	Object
	// Height undocumented
	Height *int `json:"height,omitempty"`
	// Width undocumented
	Width *int `json:"width,omitempty"`
}