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