Skip to content

AirtableCreateReplaceMultipleRecordsResponse T

ngocnicholas edited this page Aug 7, 2025 · 3 revisions

AirtableCreateReplaceMultipleRecordsGenericResponse<T> Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class AirtableCreateReplaceMultipleRecordsGenericResponse<T> : AirtableApiResponse

The AirtableCreateReplaceMultipleRecordsGenericResponse<T> type exposes the following members.

Constructors

Name Description
AirtableCreateReplaceMultipleRecordsGenericResponse<T>(AirtableApiException) Initializes an instance of AirtableCreateReplaceMultipleRecordsGenericResponse<T>
AirtableCreateReplaceMultipleRecordsGenericResponse<T>(AirtableRecord<T>) Initializes an instance of AirtableCreateReplaceMultipleRecordsGenericResponse<T>

Properties

Name Description
Records gets the records created, or replaced in the operation
CreatedRecords gets the created records
UpdatedRecords gets the updated records
Clone this wiki locally