HistoryStatesQuery

public struct HistoryStatesQuery

Query to retrieve history of states.

  • Alias to be queried history.

    Declaration

    Swift

    public let alias: String
  • Query clause.

    Declaration

    Swift

    public let clause: QueryClause
  • firmware version.

    Declaration

    Swift

    public let firmwareVersion: String?
  • Best effor limit to retrieve results.

    Declaration

    Swift

    public let bestEffortLimit: Int?
  • Key to specify next page.

    Declaration

    Swift

    public let nextPaginationKey: String?