github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelYomi.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // YomiPersonName undocumented
     6  type YomiPersonName struct {
     7  	// Object is the base model of YomiPersonName
     8  	Object
     9  	// DisplayName undocumented
    10  	DisplayName *string `json:"displayName,omitempty"`
    11  	// First undocumented
    12  	First *string `json:"first,omitempty"`
    13  	// Maiden undocumented
    14  	Maiden *string `json:"maiden,omitempty"`
    15  	// Middle undocumented
    16  	Middle *string `json:"middle,omitempty"`
    17  	// Last undocumented
    18  	Last *string `json:"last,omitempty"`
    19  }