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

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