Sha256: 1ed1e0bc497f5eec47a8af406d3f082bf731e9ca6cfef30decdd4cecf0a9a815

Contents?: true

Size: 968 Bytes

Versions: 47

Compression:

Stored size: 968 Bytes

Contents

# Phrase::AccountSearchResult

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**query** | **String** |  | [optional] 
**excerpt** | **String** |  | [optional] 
**key** | [**KeyPreview**](KeyPreview.md) |  | [optional] 
**locale** | [**LocalePreview**](LocalePreview.md) |  | [optional] 
**project** | [**Project**](Project.md) |  | [optional] 
**translation** | [**Translation**](Translation.md) |  | [optional] 
**other_translations** | [**Array<Translation>**](Translation.md) |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::AccountSearchResult.new(query: null,
                                 excerpt: null,
                                 key: null,
                                 locale: null,
                                 project: null,
                                 translation: null,
                                 other_translations: null)
```


Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
phrase-2.5.1 docs/AccountSearchResult.md
phrase-2.5.0 docs/AccountSearchResult.md
phrase-2.4.0 docs/AccountSearchResult.md
phrase-2.3.1 docs/AccountSearchResult.md
phrase-2.3.0 docs/AccountSearchResult.md
phrase-2.2.0 docs/AccountSearchResult.md
phrase-2.1.0 docs/AccountSearchResult.md