Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 462 Bytes

File metadata and controls

22 lines (16 loc) · 462 Bytes

OpenapiClient::SendFeedbackCommand

Properties

Name Type Description Notes
feedback_type FeedbackType [optional]
feedback String [optional]
entity_id String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::SendFeedbackCommand.new(
  feedback_type: null,
  feedback: null,
  entity_id: null
)