Skip to content

AirtableCreateUpdateReplaceMultipleRecordsResponse

ngocnicholas edited this page Nov 30, 2023 · 2 revisions

AirtableCreateUpdateReplaceMultipleRecordsResponse Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class AirtableCreateUpdateReplaceMultipleRecordsResponse : AirtableApiResponse

The AirtableCreateUpdateReplaceMultipleRecordsResponse type exposes the following members.

Constructors

Name Description
AirtableCreateUpdateReplaceMultipleRecordsResponse (AirtableApiException) Initializes an instance of AirtableCreateUpdateReplaceMultipleRecordsResponse
AirtableCreateUpdateReplaceMultipleRecordsResponse (AirtableRecord[]) Initializes an instance of AirtableCreateUpdateReplaceMultipleRecordsResponse

Properties

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