Skip to content

AirtableRecordList T

ngocnicholas edited this page Dec 21, 2020 · 6 revisions

AirtableRecordList<T> Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class AirtableRecordList<T>

The AirtableRecordList<T> type exposes the following members.

Constructors

Default constructor

Properties

Name Description
Offset Gets the offset of record, if non-null, for the next page of the record lists.
Records Gets the an array of AirtableRecord<T>[]
Clone this wiki locally