MatchNowResult

Description

This entity is used to represent the result of a Match Now.

Entity Elements

Name Description Required

OriginalOgfn

The original ogfn submitted to be matched

Type: UInt64

Constraints: None

Yes

MatchedOgfn

Ogfn of the recored that matched with the original ogfn

Type: UInt64

Constraints: None

Yes

Action

Action take: This can be Matched, Merged, or Hinted

Type: String

Constraints: [Matched, Merged, Hinted]

Yes

Score

Score for how well the individuals matched. If the individuals Merged, then the score will always be 100.

Type: Int32

Constraints: Value between 0 and 100

Yes