Sha256: 3631902960e8b4269038c65f69d9c2007166a163e30cdb45f5d62e7230c2f2d9

Contents?: true

Size: 543 Bytes

Versions: 62

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

62 entries across 62 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/JobKeysCreateParameters.md
phrase-3.7.0 docs/JobKeysCreateParameters.md
phrase-3.6.0 docs/JobKeysCreateParameters.md
phrase-3.5.0 docs/JobKeysCreateParameters.md
phrase-3.4.0 docs/JobKeysCreateParameters.md
phrase-3.3.0 docs/JobKeysCreateParameters.md
phrase-3.2.1 docs/JobKeysCreateParameters.md
phrase-3.2.0 docs/JobKeysCreateParameters.md
phrase-3.1.1 docs/JobKeysCreateParameters.md
phrase-3.1.0 docs/JobKeysCreateParameters.md
phrase-3.0.0 docs/JobKeysCreateParameters.md
phrase-2.26.0 docs/JobKeysCreateParameters.md
phrase-2.25.0 docs/JobKeysCreateParameters.md
phrase-2.24.0 docs/JobKeysCreateParameters.md
phrase-2.23.0 docs/JobKeysCreateParameters.md
phrase-2.22.2 docs/JobKeysCreateParameters.md
phrase-2.22.1 docs/JobKeysCreateParameters.md
phrase-2.22.0 docs/JobKeysCreateParameters.md
phrase-2.21.0 docs/JobKeysCreateParameters.md
phrase-2.20.0 docs/JobKeysCreateParameters.md