Sha256: 4f0f15afdb3e44dffbc6ed6bfb49bb9ead48b94a934fdb5382a0908220e66ad9
Contents?: true
Size: 668 Bytes
Versions: 41
Compression:
Stored size: 668 Bytes
Contents
# Phrase::Glossary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **name** | **String** | | [optional] **projects** | [**Array<ProjectShort>**](ProjectShort.md) | | [optional] **created_at** | **DateTime** | | [optional] **updated_at** | **DateTime** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::Glossary.new(id: null, name: null, projects: null, created_at: null, updated_at: null) ```
Version data entries
41 entries across 41 versions & 1 rubygems