Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 577 Bytes

FeedbackNote.md

File metadata and controls

22 lines (16 loc) · 577 Bytes

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
)