ImportMappingRulesRequest constructor

ImportMappingRulesRequest({
  1. bool? autoCommit,
  2. List<RulesFile>? rulesFiles,
  3. String? rulesFormat,
})

Implementation

ImportMappingRulesRequest({
  this.autoCommit,
  this.rulesFiles,
  this.rulesFormat,
});