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

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