EntryContainer

public struct EntryContainer<T> : BoxModel where T : BoxModel

Undocumented

  • Undocumented

    Declaration

    Swift

    public let totalCount: Int?
  • Undocumented

    Declaration

    Swift

    public let entries: [T]?
  • Undocumented

    Declaration

    Swift

    public let offset: Int?
  • Undocumented

    Declaration

    Swift

    public let limit: Int?
  • Undocumented

    Declaration

    Swift

    public let order: [Order]?
  • Undocumented

    Declaration

    Swift

    public var client: BoxClient?