Sha256: e67abb7db08d08b4ce727b073802082538604aa7eab0aee0eada4f33ecbaa36a
Contents?: true
Size: 1.34 KB
Versions: 32
Compression:
Stored size: 1.34 KB
Contents
# Phrase::JobTemplateLocaleUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **locale_id** | **String** | locale id | [optional] **user_ids** | **Array<String>** | Array of user ids to be assigned to the job template locale | [optional] **reviewer_ids** | **Array<String>** | Array of reviewer ids to be assigned to the job template locale | [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::JobTemplateLocaleUpdateParameters.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
32 entries across 32 versions & 1 rubygems