Sha256: 80b07c7ee650010dad7736a4c3f9fb330ec0944797a60ab301179c17e735f329

Contents?: true

Size: 1.34 KB

Versions: 29

Compression:

Stored size: 1.34 KB

Contents

# Phrase::JobLocalesCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 
**locale_id** | **String** | ID of a locale to be added | 
**user_ids** | **Array<String>** | Array of user ids to be assigned to the job locale as translators | [optional] 
**reviewer_ids** | **Array<String>** | Array of reviewer ids to be assigned to the job locale as reviewers | [optional] 
**translator_team_ids** | **Array<String>** | Array of team ids to be assigned to the job locale as translators | [optional] 
**reviewer_team_ids** | **Array<String>** | Array of team ids to be assigned to the job locale as reviewers | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::JobLocalesCreateParameters.new(branch: my-feature-branch,
                                 locale_id: abcd1234cdef1234abcd1234cdef1234,
                                 user_ids: ["abcd1234cdef1234abcd1234cdef1234"],
                                 reviewer_ids: ["abcd1234cdef1234abcd1234cdef1234"],
                                 translator_team_ids: ["abcd1234cdef1234abcd1234cdef1234"],
                                 reviewer_team_ids: ["abcd1234cdef1234abcd1234cdef1234"])
```


Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/JobLocalesCreateParameters.md
phrase-2.20.0 docs/JobLocalesCreateParameters.md
phrase-2.19.0 docs/JobLocalesCreateParameters.md
phrase-2.18.0 docs/JobLocalesCreateParameters.md
phrase-2.17.0 docs/JobLocalesCreateParameters.md
phrase-2.16.0 docs/JobLocalesCreateParameters.md
phrase-2.15.0 docs/JobLocalesCreateParameters.md
phrase-2.14.0 docs/JobLocalesCreateParameters.md
phrase-2.13.0 docs/JobLocalesCreateParameters.md