Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 459 Bytes

File metadata and controls

20 lines (14 loc) · 459 Bytes

Late::UpdateCommentAutomation200Response

Properties

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

Example

require 'late-sdk'

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