| Name | Type | Description | Notes |
|---|---|---|---|
| feedback_type | FeedbackType | [optional] | |
| feedback | String | [optional] | |
| entity_id | String | [optional] |
require 'openapi_client'
instance = OpenapiClient::SendFeedbackCommand.new(
feedback_type: null,
feedback: null,
entity_id: null
)