HistoryItemType

public enum HistoryItemType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case configurationupdate = "ConfigurationUpdate"
  • Undocumented

    Declaration

    Swift

    case stateupdate = "StateUpdate"
  • Undocumented

    Declaration

    Swift

    case action = "Action"
  • Declaration

    Swift

    public var description: String { get }