Sha256: f2b7a6659586a782ff68b3db0ba7c4b8fef951e903881d88f1b682c6c42b0225
Contents?: true
Size: 617 Bytes
Versions: 51
Compression:
Stored size: 617 Bytes
Contents
# 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 ```ruby require 'Phrase' instance = Phrase::InvitationUpdateSettingsParameters.new(project_role: Developer, locale_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"]) ```
Version data entries
51 entries across 51 versions & 1 rubygems