FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.fromMap constructor
FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.fromMap()
Implementation
factory FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.fromMap(Map<String, dynamic> map) {
return FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode(
errorHandlingConfig: (() { final guardedValue = map['errorHandlingConfig']; if (guardedValue == null) return null; return pulumi.Input.fromValue(FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig.fromMap((guardedValue as Map).cast<String, dynamic>())); })(),
object_: pulumi.Input.fromValue(map['object'] as String),
);
}