CardsQuery

public struct CardsQuery

The cards query model.

  • The number of items per page.

    Declaration

    Swift

    public let limit: Int?
  • Start after offset amount of items.

    Declaration

    Swift

    public let offset: Int?
  • Auxiliary constructor

    Declaration

    Swift

    public init(
        limit: Int? = nil,
        offset: Int? = nil)

    Parameters

    limit

    The number of items per page.

    offset

    Start after offset amount of items.