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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // EmailAddress undocumented
     6  type EmailAddress struct {
     7  	// Object is the base model of EmailAddress
     8  	Object
     9  	// Name undocumented
    10  	Name *string `json:"name,omitempty"`
    11  	// Address undocumented
    12  	Address *string `json:"address,omitempty"`
    13  }