ListNotificationRulesFilterName

public enum ListNotificationRulesFilterName : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case eventTypeId = "EVENT_TYPE_ID"
  • Undocumented

    Declaration

    Swift

    case createdBy = "CREATED_BY"
  • Undocumented

    Declaration

    Swift

    case resource = "RESOURCE"
  • Undocumented

    Declaration

    Swift

    case targetAddress = "TARGET_ADDRESS"
  • Declaration

    Swift

    public var description: String { get }