Skip to content

AirtableListRecordsResponse T

ngocnicholas edited this page Oct 9, 2019 · 9 revisions

AirtableListRecordsResponse<T> Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class AirtableListRecordsResponse<T>: AirtableApiResponse

The AirtableListRecordsResponse<T> type exposes the following members.

Constructor

Name Description
AirtableListRecordsResponse (AirtableApiException) Initializes an instance of AirtableListRecordsResponse<T>
AirtableListRecordsResponse (AirtableRecordList<T>) Initializes an instance of AirtableListRecordsResponse<T>

Properties

Name Description
Records gets the record<T> list
Offset gets the offset for the next page of the record<T> list
Clone this wiki locally