| Name | Type | Description | Notes |
|---|---|---|---|
| query | String | [optional] | |
| excerpt | String | [optional] | |
| key | KeyPreview | [optional] | |
| locale | LocalePreview | [optional] | |
| project | Project | [optional] | |
| translation | Translation | [optional] | |
| other_translations | Array<Translation> | [optional] |
require 'Phrase'
instance = Phrase::AccountSearchResult.new(query: null,
excerpt: null,
key: null,
locale: null,
project: null,
translation: null,
other_translations: null)