Sha256: c691993fae63c386b1fc53834b941b2d98e5bd8832498bd974516daf92f391dd
Contents?: true
Size: 1.33 KB
Versions: 9
Compression:
Stored size: 1.33 KB
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] **space_ids** | **Array<String>** | List of spaces the user is assigned to. | [optional] **default_locale_codes** | **Array<String>** | List of default locales for the user. | [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, space_ids: ["abcd1234abcd1234abcd1234","abcd1234abcd1234abcd1235"], default_locale_codes: ["en","de"], permissions: {"create_upload":true}) ```
Version data entries
9 entries across 9 versions & 1 rubygems