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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ScoredEmailAddress undocumented
     6  type ScoredEmailAddress struct {
     7  	// Object is the base model of ScoredEmailAddress
     8  	Object
     9  	// Address undocumented
    10  	Address *string `json:"address,omitempty"`
    11  	// RelevanceScore undocumented
    12  	RelevanceScore *float64 `json:"relevanceScore,omitempty"`
    13  	// SelectionLikelihood undocumented
    14  	SelectionLikelihood *SelectionLikelihoodInfo `json:"selectionLikelihood,omitempty"`
    15  	// ItemID undocumented
    16  	ItemID *string `json:"itemId,omitempty"`
    17  }