Skip to main content
Warning This document has not been updated for a while now. It may be out of date.
Last updated: 5 Jul 2023

siteimprove_api_client: SiteimproveAPIClient::FeedbackNote

Properties

Name Type Description Notes
note_by String Name of person who created the feedback note. [optional]
note_text String Text of the feedback note. [optional]
timestamp Time When the feedback note was created. Timestamp represented using ISO-8601. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::FeedbackNote.new(
  note_by: null,
  note_text: null,
  timestamp: null
)