Sha256: 9b47644efc3a0b7a47c635afe7e053eb85fa066b942b49fa4b73b65b871b58f1
Contents?: true
Size: 762 Bytes
Versions: 20
Compression:
Stored size: 762 Bytes
Contents
# Phrase::ProjectMemberSpecific ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **project_role** | **String** | | [optional] **main_format** | **String** | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::ProjectMemberSpecific.new(id: null, name: null, project_role: null, main_format: null, created_at: null, updated_at: null) ```
Version data entries
20 entries across 20 versions & 1 rubygems