vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
QueryResponse
Interface QueryResponse<T>
Query rest API response
interface
QueryResponse
<
T
extends
object
=
Record
<
string
,
unknown
>
>
{
done
:
boolean
;
nextRecordsUrl
?:
null
|
string
;
queryLocator
?:
null
|
string
;
records
:
(
T
&
{
attributes
:
SObjectRecordAttributes
}
)
[]
;
totalSize
:
number
;
}
Type Parameters
T
extends
object
=
Record
<
string
,
unknown
>
Index
Properties
done
next
Records
Url?
query
Locator?
records
total
Size
Properties
done
done
:
boolean
Optional
next
Records
Url
nextRecordsUrl
?:
null
|
string
Optional
query
Locator
queryLocator
?:
null
|
string
records
records
:
(
T
&
{
attributes
:
SObjectRecordAttributes
}
)
[]
total
Size
totalSize
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
done
next
Records
Url
query
Locator
records
total
Size
vlocode-project - v1.40.0-beta-4
Loading...
Query rest API response