QueryResult

public struct QueryResult<T> : Decodable where T : Decodable

Holds the result of a SOQL query. See Execute a SOQL Query.

  • Undocumented

    Declaration

    Swift

    public let totalSize: Int
  • Undocumented

    Declaration

    Swift

    public let isDone: Bool
  • Undocumented

    Declaration

    Swift

    public let records: [T]
  • Undocumented

    Declaration

    Swift

    public let nextRecordsPath: String?