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.5.0 docs/StyleguideDetails.md
phrase-2.4.0 docs/StyleguideDetails.md
phrase-2.3.1 docs/StyleguideDetails.md
phrase-2.3.0 docs/StyleguideDetails.md
phrase-2.2.0 docs/StyleguideDetails.md
phrase-2.1.0 docs/StyleguideDetails.md
phrase-2.0.0 docs/StyleguideDetails.md
phrase-1.0.14 docs/StyleguideDetails.md
phrase-1.0.13 docs/StyleguideDetails.md
phrase-1.0.12 docs/StyleguideDetails.md
phrase-1.0.11 docs/StyleguideDetails.md
phrase-1.0.10 docs/StyleguideDetails.md
phrase-1.0.9 docs/StyleguideDetails.md
phrase-1.0.8 docs/StyleguideDetails.md
phrase-1.0.7 docs/StyleguideDetails.md
phrase-1.0.6 docs/StyleguideDetails.md
phrase-1.0.5 docs/StyleguideDetails.md
phrase-1.0.4 docs/StyleguideDetails.md
phrase-1.0.3 docs/StyleguideDetails.md
phrase-1.0.2 docs/StyleguideDetails.md