Class: Org::Familysearch::Ws::Familytree::V2::Schema::SearchMatchParameterRelationship

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-fs-stack/enunciate/familytree.rb

Overview

The relationship type of a search parameter.

Constant Summary collapse

Self =

Specifies that the search parameter applies to the primary person.

"self"
Father =

Specifies that the search parameter applies to a father of the primary person.

"father"
Mother =

Specifies that the search parameter applies to a mother of the primary person.

"mother"
Spouse =

Specifies that the search parameter applies to a spouse of the primary person.

"spouse"