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-1.0.4 docs/JobKeysCreateParameters.md
phrase-1.0.3 docs/JobKeysCreateParameters.md
phrase-1.0.2 docs/JobKeysCreateParameters.md
phrase-1.0.1 docs/JobKeysCreateParameters.md