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.21.0 docs/JobKeysCreateParameters.md
phrase-2.20.0 docs/JobKeysCreateParameters.md
phrase-2.19.0 docs/JobKeysCreateParameters.md
phrase-2.18.0 docs/JobKeysCreateParameters.md
phrase-2.17.0 docs/JobKeysCreateParameters.md
phrase-2.16.0 docs/JobKeysCreateParameters.md
phrase-2.15.0 docs/JobKeysCreateParameters.md
phrase-2.14.0 docs/JobKeysCreateParameters.md
phrase-2.13.0 docs/JobKeysCreateParameters.md
phrase-2.12.0 docs/JobKeysCreateParameters.md
phrase-2.11.0 docs/JobKeysCreateParameters.md
phrase-2.10.0 docs/JobKeysCreateParameters.md
phrase-2.9.0 docs/JobKeysCreateParameters.md
phrase-2.8.7 docs/JobKeysCreateParameters.md
phrase-2.8.3 docs/JobKeysCreateParameters.md
phrase-2.8.2 docs/JobKeysCreateParameters.md
phrase-2.8.1 docs/JobKeysCreateParameters.md
phrase-2.8.0 docs/JobKeysCreateParameters.md
phrase-2.7.2 docs/JobKeysCreateParameters.md
phrase-2.7.1 docs/JobKeysCreateParameters.md