| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| String | [optional] | ||
| role | String | [optional] | |
| state | String | [optional] | |
| projects | Array<ProjectShort> | [optional] | |
| locales | Array<LocalePreview> | [optional] | |
| teams | Array<TeamShort> | [optional] | |
| default_locale_codes | Array<String> | [optional] | |
| permissions | Object | [optional] | |
| locale_ids | Array<String> | [optional] | |
| created_at | Time | [optional] | |
| updated_at | Time | [optional] | |
| accepted_at | Time | [optional] | |
| spaces | Array<Space> | [optional] | |
| project_role | Array<MemberProjectDetailProjectRolesInner> | [optional] |
require 'Phrase'
instance = Phrase::Invitation.new(id: null,
email: null,
role: null,
state: null,
projects: null,
locales: null,
teams: null,
default_locale_codes: null,
permissions: null,
locale_ids: null,
created_at: null,
updated_at: null,
accepted_at: null,
spaces: null,
project_role: null)