Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 402 Bytes

File metadata and controls

19 lines (12 loc) · 402 Bytes

Phrase::AutomationEventProject

Properties

Name Type Description Notes
id String Project identifier. [optional]
name String Project name. [optional]

Code Sample

require 'Phrase'

instance = Phrase::AutomationEventProject.new(id: null,
                                 name: null)