FeedbackList

public struct FeedbackList : Codable, Equatable

The results of a successful List Feedback request for all feedback.

  • A list of all feedback for the document.

    Declaration

    Swift

    public var feedback: [GetFeedback]?