| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| title | String | [optional] | |
| created_at | Time | [optional] | |
| updated_at | Time | [optional] |
require 'phrase'
instance = Phrase::Styleguide.new(id: nil,
title: nil,
created_at: nil,
updated_at: nil)