Modification

public enum Modification : String

The type of modification of the feedback entry in the updated labels response.

  • Undocumented

    Declaration

    Swift

    case added = "added"
  • Undocumented

    Declaration

    Swift

    case unchanged = "unchanged"
  • Undocumented

    Declaration

    Swift

    case removed = "removed"