CleanRule: {
    bulkEnabled: boolean;
    bypassTriggers: boolean;
    bypassWorkflow: boolean;
    description: string;
    developerName: string;
    fieldMappings: FieldMapping[];
    masterLabel: string;
    matchRule: string;
    sourceSobjectType: string;
    status: string;
    targetSobjectType: string;
}

Type declaration

  • bulkEnabled: boolean
  • bypassTriggers: boolean
  • bypassWorkflow: boolean
  • description: string
  • developerName: string
  • fieldMappings: FieldMapping[]
  • masterLabel: string
  • matchRule: string
  • sourceSobjectType: string
  • status: string
  • targetSobjectType: string