Get a specific feedback.
func (
r *FeedbackService) Get(ctx context.Context,
feedbackID string,
query FeedbackGetParams,
opts ...option.RequestOption) (res *FeedbackSchema,
err error
)| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
feedbackID* | string | |
query* | FeedbackGetParams | |
opts* | ...option.RequestOption |