Sha256: 3631902960e8b4269038c65f69d9c2007166a163e30cdb45f5d62e7230c2f2d9

Contents?: true

Size: 543 Bytes

Versions: 64

Compression:

Stored size: 543 Bytes

Contents

# Phrase::JobKeysCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**translation_key_ids** | **Array<String>** | ids of keys that should added to the job | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::JobKeysCreateParameters.new(branch: my-feature-branch,
                                 translation_key_ids: ["abcd1234cdef1234abcd1234cdef1234"])
```


Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
phrase-2.7.0 docs/JobKeysCreateParameters.md
phrase-2.6.0 docs/JobKeysCreateParameters.md
phrase-2.5.1 docs/JobKeysCreateParameters.md
phrase-2.5.0 docs/JobKeysCreateParameters.md
phrase-2.4.0 docs/JobKeysCreateParameters.md
phrase-2.3.1 docs/JobKeysCreateParameters.md
phrase-2.3.0 docs/JobKeysCreateParameters.md
phrase-2.2.0 docs/JobKeysCreateParameters.md
phrase-2.1.0 docs/JobKeysCreateParameters.md
phrase-2.0.0 docs/JobKeysCreateParameters.md
phrase-1.0.14 docs/JobKeysCreateParameters.md
phrase-1.0.13 docs/JobKeysCreateParameters.md
phrase-1.0.12 docs/JobKeysCreateParameters.md
phrase-1.0.11 docs/JobKeysCreateParameters.md
phrase-1.0.10 docs/JobKeysCreateParameters.md
phrase-1.0.9 docs/JobKeysCreateParameters.md
phrase-1.0.8 docs/JobKeysCreateParameters.md
phrase-1.0.7 docs/JobKeysCreateParameters.md
phrase-1.0.6 docs/JobKeysCreateParameters.md
phrase-1.0.5 docs/JobKeysCreateParameters.md