Sha256: 59380888af5e59fa3473b546676249e4fd5bbde690cd8175b44a97fe59dd6e59

Contents?: true

Size: 1.84 KB

Versions: 41

Compression:

Stored size: 1.84 KB

Contents

# Phrase::StyleguideDetails

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**title** | **String** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 
**public_url** | **String** |  | [optional] 
**audience** | **String** |  | [optional] 
**target_audience** | **String** |  | [optional] 
**grammatical_person** | **String** |  | [optional] 
**vocabulary_type** | **String** |  | [optional] 
**business** | **String** |  | [optional] 
**company_branding** | **String** |  | [optional] 
**formatting** | **String** |  | [optional] 
**glossary_terms** | **String** |  | [optional] 
**grammar_consistency** | **String** |  | [optional] 
**literal_translation** | **String** |  | [optional] 
**overall_tone** | **String** |  | [optional] 
**samples** | **String** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::StyleguideDetails.new(id: null,
                                 title: null,
                                 created_at: null,
                                 updated_at: null,
                                 public_url: null,
                                 audience: null,
                                 target_audience: null,
                                 grammatical_person: null,
                                 vocabulary_type: null,
                                 business: null,
                                 company_branding: null,
                                 formatting: null,
                                 glossary_terms: null,
                                 grammar_consistency: null,
                                 literal_translation: null,
                                 overall_tone: null,
                                 samples: null)
```


Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
phrase-2.18.0 docs/StyleguideDetails.md
phrase-2.17.0 docs/StyleguideDetails.md
phrase-2.16.0 docs/StyleguideDetails.md
phrase-2.15.0 docs/StyleguideDetails.md
phrase-2.14.0 docs/StyleguideDetails.md
phrase-2.13.0 docs/StyleguideDetails.md
phrase-2.12.0 docs/StyleguideDetails.md
phrase-2.11.0 docs/StyleguideDetails.md
phrase-2.10.0 docs/StyleguideDetails.md
phrase-2.9.0 docs/StyleguideDetails.md
phrase-2.8.7 docs/StyleguideDetails.md
phrase-2.8.3 docs/StyleguideDetails.md
phrase-2.8.2 docs/StyleguideDetails.md
phrase-2.8.1 docs/StyleguideDetails.md
phrase-2.8.0 docs/StyleguideDetails.md
phrase-2.7.2 docs/StyleguideDetails.md
phrase-2.7.1 docs/StyleguideDetails.md
phrase-2.7.0 docs/StyleguideDetails.md
phrase-2.6.0 docs/StyleguideDetails.md
phrase-2.5.1 docs/StyleguideDetails.md