Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 400 Bytes

File metadata and controls

19 lines (12 loc) · 400 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: nil,
                                 name: nil)