Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 459 Bytes

File metadata and controls

20 lines (14 loc) · 459 Bytes

Late::CreateCommentAutomation200Response

Properties

Name Type Description Notes
success Boolean [optional]
automation CreateCommentAutomation200ResponseAutomation [optional]

Example

require 'late-sdk'

instance = Late::CreateCommentAutomation200Response.new(
  success: null,
  automation: null
)