summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/RankedEmailAddressModel.go
blob: 624afb6bcb36d9a28f914e688594571f374dc81b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// RankedEmailAddress undocumented
type RankedEmailAddress struct {
	// Object is the base model of RankedEmailAddress
	Object
	// Address undocumented
	Address *string `json:"address,omitempty"`
	// Rank undocumented
	Rank *float64 `json:"rank,omitempty"`
}