Sha256: 260e8e321e025c8cbfce9675f6e369f27b31bac838627f494cb5306816218fac
Contents?: true
Size: 953 Bytes
Versions: 10
Compression:
Stored size: 953 Bytes
Contents
# Phrase::InvitationUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **role** | **String** | Invitiation role, can be any of Manager, Developer, Translator | [optional] **project_ids** | **String** | List of project ids the invited user has access to | [optional] **locale_ids** | **String** | List of locale ids the invited user has access to | [optional] **permissions** | **Hash<String, String>** | Additional permissions depending on invitation role. | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::InvitationUpdateParameters.new(role: Invitiation role, project_ids: abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235, locale_ids: abcd1234abcd1234abcd1234,abcd1234abcd1234abcd1235, permissions: {"create_upload":true}) ```
Version data entries
10 entries across 10 versions & 1 rubygems