Method: Phrase::Invitation.openapi_types
- Defined in:
- lib/phrase/models/invitation.rb
.openapi_types ⇒ Object
Attribute type mapping.
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/phrase/models/invitation.rb', line 57 def self.openapi_types { :'id' => :'String', :'email' => :'String', :'role' => :'String', :'state' => :'String', :'projects' => :'Array<ProjectShort>', :'locales' => :'Array<LocalePreview>', :'teams' => :'Array<TeamShort>', :'default_locale_codes' => :'Array<String>', :'permissions' => :'Object', :'locale_ids' => :'Array<String>', :'created_at' => :'DateTime', :'updated_at' => :'DateTime', :'accepted_at' => :'DateTime', :'spaces' => :'Array<Space>', :'project_role' => :'Array<MemberProjectDetailProjectRolesInner>' } end |