FeedbackDeleted

public struct FeedbackDeleted : Codable, Equatable

The status and message of the deletion request.

  • HTTP return code.

    Declaration

    Swift

    public var status: Int?
  • Status message returned from the service.

    Declaration

    Swift

    public var message: String?