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