github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelProfile.go (about)

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