FlowSourceFlowConfigSourceConnectorPropertiesZendesk.fromMap constructor
Implementation
factory FlowSourceFlowConfigSourceConnectorPropertiesZendesk.fromMap(Map<String, dynamic> map) {
return FlowSourceFlowConfigSourceConnectorPropertiesZendesk(
object_: pulumi.Input.fromValue(map['object'] as String),
);
}