toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'errorHandlingConfig': ?pulumi.Input.mapOptionalInputValue<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataErrorHandlingConfig, Map<String, dynamic>>(errorHandlingConfig, (value) => value.toMap()),
'idFieldNames': ?idFieldNames,
'objectPath': objectPath,
'successResponseHandlingConfig': ?pulumi.Input.mapOptionalInputValue<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoDataSuccessResponseHandlingConfig, Map<String, dynamic>>(successResponseHandlingConfig, (value) => value.toMap()),
'writeOperationType': ?writeOperationType,
};
}