RecordSetTarget

public final class RecordSetTarget : RecordTargetType, RecordsTargetType
extension RecordSetTarget: DecodableTargetType

Returns the data for the records of specified table

  • Undocumented

    Declaration

    Swift

    public let table: String
  • Undocumented

    Declaration

    Swift

    public let attributes: [String]
  • id

    Undocumented

    Declaration

    Swift

    public let id: String
  • Declaration

    Swift

    public var method: Moya.Method
  • Declaration

    Swift

    public var task: Task { get }
  • Declaration

    Swift

    public var sampleData: Data { get }
  • Undocumented

    Declaration

    Swift

    public typealias ResultType = Page

RecordsTargetType