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] - 
                  
                  
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 
- 
                  
                  
Fill one parameter.
Declaration
Swift
public func setParameter(_ key: RecordsRequestKey, _ value: Any) - 
                  
                  
Get one parameter value.
Declaration
Swift
public func getParameter(_ key: RecordsRequestKey) -> Any? - 
                  
                  
Defined the HTTP method of the request.
Declaration
Swift
public func setHTTPMethod(_ method: Moya.Method) 
        RecordSetTarget Class Reference