copyWith method

Implementation

WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest
    copyWith({String? rateUpdateBatchName}) {
  return WebApiModulesInventoryInventoryApplyPendingRateUpdateModificationsRequest(
      rateUpdateBatchName: rateUpdateBatchName ?? this.rateUpdateBatchName);
}