FeedbackCategory

public struct FeedbackCategory : Codable, Equatable

Struct representing Feedback Category related values.

  • The label of the feedback category.

    Declaration

    Swift

    public var label: String
  • The recipient of the feedback category.

    Declaration

    Swift

    public var recipients: String
  • Undocumented

    Declaration

    Swift

    public init(label: String, recipients: String)
  • Declaration

    Swift

    public init(from decoder: Decoder) throws