writeOperationType property

Input<String?>? writeOperationType
final

Type of write operation to be performed in Zendesk. When the value is UPSERT, idFieldNames is required. Valid values are INSERT, UPSERT, UPDATE, and DELETE.

Implementation

final pulumi.Input<String?>? writeOperationType;