Sha256: b60ab5aa4b03115f04dc13ad0df45f21fb1ec5218013296efd4dbeaa8567706f
Contents?: true
Size: 1.32 KB
Versions: 5
Compression:
Stored size: 1.32 KB
Contents
# Phrase::JobLocalesCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **locale_id** | **String** | locale id | **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
5 entries across 5 versions & 1 rubygems