Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 617 Bytes

InvitationUpdateSettingsParameters.md

File metadata and controls

19 lines (12 loc) · 617 Bytes

Phrase::InvitationUpdateSettingsParameters

Properties

Name Type Description Notes
project_role String Member role, can be any of of Manager, Developer, Translator [optional]
locale_ids Array<String> List of locale ids the user has access to. [optional]

Code Sample

require 'Phrase'

instance = Phrase::InvitationUpdateSettingsParameters.new(project_role: Developer,
                                 locale_ids: [&quot;abcd1234abcd1234abcd1234&quot;,&quot;abcd1234abcd1234abcd1235&quot;])