Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 441 Bytes

File metadata and controls

21 lines (14 loc) · 441 Bytes

Phrase::LocaleTeamPreview

Properties

Name Type Description Notes
id String [optional]
name String [optional]
role String [optional]

Code Sample

require 'phrase'

instance = Phrase::LocaleTeamPreview.new(id: nil,
                                 name: nil,
                                 role: nil)